防止重新打开页面形式的对话框(尤其是IE下的模态窗口中)
<head runat="server">
<title>选择订单</title>
<!-- 防止重新打开页面形式的对话框 -->
<base target="_self" />
</head>
发布时间: 2012-11-22 00:16:41 作者: rapoo
防止重新打开页面形式的对话框(尤其是IE下的模态窗口中)
<head runat="server">
<title>选择订单</title>
<!-- 防止重新打开页面形式的对话框 -->
<base target="_self" />
</head>