Hello,
I have a site that contains 2 frames, the main frame which contains the question and my bottom frame which contains numbering from 1 to 10. This code works great in IE browsers but when I try to use this in FireFox nothing happens when I click on the numbering. Is there a different way I can write this simple line in FireFox?
I have a site that contains 2 frames, the main frame which contains the question and my bottom frame which contains numbering from 1 to 10. This code works great in IE browsers but when I try to use this in FireFox nothing happens when I click on the numbering. Is there a different way I can write this simple line in FireFox?
Code:
<a href="javascript:window.parent.navbody.pag_vars(1,9);window.parent.navbody.questionform.submit();" >9</a>