showmodaldialog window.close()为避免打开新页面需要添加
<base target="_self">
为了避免验证是return; 打开新页面 去掉 <base herf="<%=path%>">
本文介绍如何解决使用showmodaldialog时出现的新窗口问题。通过设置<basetarget=_self>避免打开新窗口,并移除<baseherf=<%=path%>>以防止验证返回时打开新窗口。
showmodaldialog window.close()为避免打开新页面需要添加
<base target="_self">
为了避免验证是return; 打开新页面 去掉 <base herf="<%=path%>">

被折叠的 条评论
为什么被折叠?