当前位置: 代码迷 >> Java Web开发 >> struts1.2 模式窗口请求action,跳出新窗口有关问题
  详细解决方案

struts1.2 模式窗口请求action,跳出新窗口有关问题

热度:165   发布时间:2016-04-17 10:56:47.0
struts1.2 模式窗口请求action,跳出新窗口问题
我用window.showModalDialog打开了一个窗口,然后向一个action提交表单,这个action应该返回到模式窗口的,但结果是打开新窗口,不知道怎么解决

------解决方案--------------------
1>.
<head>
<base target="_self">
</head>
------解决方案--------------------
探讨

1>.
<head>
<base target="_self">
</head>

------解决方案--------------------
探讨
1>.
<head>
<base target="_self">
</head>
  相关解决方案