modalDialog 表单提交不在新窗口打开
modalDialog 表单提交 会在新页面中打开。
在form的target属性设置为"_self"也没用。
最后把JSP页面的<base/>标签中加上了target='_self'就可以了
<base target='_self'/>
发布时间: 2012-08-24 10:00:20 作者: rapoo
modalDialog 表单提交不在新窗口打开
modalDialog 表单提交 会在新页面中打开。
在form的target属性设置为"_self"也没用。
最后把JSP页面的<base/>标签中加上了target='_self'就可以了
<base target='_self'/>