I have a document and wihtin it i have an iframe.
Within the document i have a button.
Within the iframe i have a form.
I would like to sumbit the form, within the iFrame, when clicking on the butotn found on the parent document!?
I've tried document.iFrameName.formName.submit(); but i keep getting an error!
Tahnks
Nick
Within the document i have a button.
Within the iframe i have a form.
I would like to sumbit the form, within the iFrame, when clicking on the butotn found on the parent document!?
I've tried document.iFrameName.formName.submit(); but i keep getting an error!
Tahnks
Nick