防止重新打开页面形式的对话框(尤其是IE下的模态窗口中) <head runat="server"> <title>选择订单</title> <!-- 防止重新打开页面形式的对话框 --> <base target="_self" /> </head>