Hi,
I have a window who make a popup whit window.open. In the popup I have a form and when this form is submit, in the process part i want that popup submit the form of the main window(window who called the popup). I try this in my popup but it does'nt work:window.opener.document.catalogue.submit();(catalogue is the name of my form in the main window(french...)).
I have a window who make a popup whit window.open. In the popup I have a form and when this form is submit, in the process part i want that popup submit the form of the main window(window who called the popup). I try this in my popup but it does'nt work:window.opener.document.catalogue.submit();(catalogue is the name of my form in the main window(french...)).