当前位置:
代码迷
>>
Web前端
>> modalDialog 表单交付不在新窗口打开
详细解决方案
modalDialog 表单交付不在新窗口打开
热度:
80
发布时间:
2012-08-24 10:00:20.0
modalDialog 表单提交不在新窗口打开
modalDialog 表单提交 会在新页面中打开。
在form的target属性设置为"_self"也没用。
最后把JSP页面的<base/>标签中加上了target='_self'就可以了
<base target='_self'/>
查看全文
相关解决方案
modalDialog 表单交付不在新窗口打开