防止任何在模态对话框中回发服务器的操作都会再开一个新页

父窗口中用showModalDialog()打开一个aspx页面
为了消除缓存,已在模态对话框的head标签中加入
<meta http-equiv="Pragma" content="no-cache" />
<base target="_self"></base>

你可能感兴趣的:(模态对话框)