I am opening a popup window using and passing some array of parameters
window.showModalDialog("Test.aspx", MyArgs, WinSettings);
in the Test.aspx i have button, on button click i have "Response.write("Test") when i click on the Test button a new window is getting opened. Can this be avoided?
Please help