RobRichard
06-20-2002, 05:49 PM
I have a strange issue that someone may be able to help with...
I have an iframe on a page, and inside the iframe is another page with a form and some text fields and the like. I have a toolbar on the main page with a "SAVE" button on it, and the onclick of the button calls the iframe's form's submit method. I want to place some javascript in the onsubmit of the page with the form, but it ignores the onsubmit event. Everything is setup as you would do it if the page were by itself (ie, in the form tag I have onsubmit="javascript:doVerify();") but "doVerify" never executes. Any ideas Javascript gods?
I have an iframe on a page, and inside the iframe is another page with a form and some text fields and the like. I have a toolbar on the main page with a "SAVE" button on it, and the onclick of the button calls the iframe's form's submit method. I want to place some javascript in the onsubmit of the page with the form, but it ignores the onsubmit event. Everything is setup as you would do it if the page were by itself (ie, in the form tag I have onsubmit="javascript:doVerify();") but "doVerify" never executes. Any ideas Javascript gods?