模态窗口打开新窗口问题
2008-05-07 08:28 Kevin-wang 阅读(712) 评论(0) 收藏 举报showModalDialog和showModelessDialog方法打开的页面里面的表单提交和链接都会打开新窗口,以前一直是用框架的方式来解决,其实还有一种更简单的方法,在模态窗口的页面head部分添加下面代码就可以了!
1 <head>
2
3 <base target='_self'>
4
5 </head>
2

3 <base target='_self'>
4

5 </head>
浙公网安备 33010602011771号