1) Script Title: Modal.js (????)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlmodal.htm
3) Describe problem: Can anyone tell me a way to submit the parent form from a Modal window? The modal window is implemented as an iframe. I can update form fields in the parent from the modal window (parent.document.getElementById("parent form item").value = valuebut i can't submit the form. I've tried parent.document.submit(); but this gives a 'Object doesn't support this property or method' error.
Thanks, PG
(Apologies if i'm hogging the forum a bit lately)



but i can't submit the form. I've tried parent.document.submit(); but this gives a 'Object doesn't support this property or method' error.
Reply With Quote
Bookmarks