|
I am in a 1.aspx, use the button click event showdialog to pop up the 2.aspx screen
Add a button to 2.aspx and write in its event
Response.Write("<script>window.close();</script>")
Why does 2.aspx pop up another screen and turn it off? Instead of turning off the original screen directly? |
|