Pop Up window problems
-
Hi I want to know how to restrict user to operate on parent window when there is a child window. Please let me know on this.. Its urgent Regards,
-
Hi I want to know how to restrict user to operate on parent window when there is a child window. Please let me know on this.. Its urgent Regards,
If I understand your requirement correctly, you should use window.showModalDialog("WebForm1.aspx"); instead of using window.open("WebForm1.aspx"); Hope this helps, Gerald Leslie
-
Hi I want to know how to restrict user to operate on parent window when there is a child window. Please let me know on this.. Its urgent Regards,
If I understand your requirement correctly, you should use window.showModalDialog("WebForm1.aspx"); instead of using window.open("WebForm1.aspx"); Hope this helps