?
=?gb2312?B?ztLDzr2txM+6ww==?=
If I use ShowModalDialog() or ShowModelessDialog() to open an asp.net page in a new window, the page will raise an error: any postback event will cause a new window opened while the browser-side controls have no problem.
my script is like this:
ShowModelessDialog("MyPopupWindow.aspx?id=1");
my script is like this:
ShowModelessDialog("MyPopupWindow.aspx?id=1");