js多次跳转(asp.net)急!急!急!!!!!
A跳转到B页面,B跳转到C页面,C跳转D页面,都是能用JS的window.showModalDialog跳转的,当我关闭D页面时,他自动打开D页面,不知道怎么解决! 效果如果同打开的浏览器那的效果,
我在每个页面都加上了<form id="form1" target="#" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
还是不行