i have used the below code to find out , whether the below named "rightnav" iframe is existing. But when i use this code it throws object required error. Expecting your help on this
Code:
<script lanquage="Javascript"> if(window.document.getElementById('1').title=="rightnav") alert("got it"); </script> <iframe id=1 title="rightnav"src="http://www.google.com"></iframe>
Comment