M
mg
I need to first open WebForm2 from WebForm1 and then
close WebForm1 without the end user having to press an OK
button before the close can occur.
For example, possibly
Response.Write("<script language='javascript'>window.open
('WebForm2.aspx','two','menubar=no');</script>")
Is there code that will accomplish this without using 3rd-
party software?
close WebForm1 without the end user having to press an OK
button before the close can occur.
For example, possibly
Response.Write("<script language='javascript'>window.open
('WebForm2.aspx','two','menubar=no');</script>")
Is there code that will accomplish this without using 3rd-
party software?