window.parent.fom not working in mozilla
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, i am using iframe in a form and on the source file of iframe, i have used window.parent.fom in javascript.. It is working fine in IE but not working in mozilla firefox... Please help.... here is the code... on editor_loader.php <!-- function Validate_content(form) { if (window.parent.contentform.navig.value == "") { alert("Please mention value for navigation link name"); window.parent.contentform.navig.focus(); return; } } --> Thanks in advance for your help. Suman Singh