Hello All,
I have a page that is using the window.opener function to create a new form. Fine enough, except that my parent page has several forms on it with the same elements in it. How can I identify the form that was submitted to the child popup window? I have tried using this:
window.opener.document.forms.formName
but that doesn't seem to work.
Any help on this would be greatly appreciated.
Thanks,
Jim P.




Reply With Quote