hi friends,
How to find the input text box is exit or no in my iframe html window using javascript
Now i using below code
if(document.getElementById('iframe').contentWindow.document.getElementById("INPUTBOX").value)
{
alert("Exist")
}
else
{
alert("NOT Exist")
}
But it gives me error "Object required"