Link to home
Start Free TrialLog in
Avatar of jm76
jm76

asked on

Window.opener question.....

I have a form (form1) which calls a popupwindow(form2).  I want the popupwindow (form2) to call the Page_Load load event of Form1.

Is this possible...maybe with window.opener?

Can someone please provide me with an example.  Currently I have.............

 window.opener.document.forms["<%= strFormName %>"].submit();
        window.close();
Avatar of nepostojeci_email
nepostojeci_email

I'm not sure what you are trying to do?
ASKER CERTIFIED SOLUTION
Avatar of liviutudor
liviutudor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial