读书人

struts1.2 模式窗口请求action,跳出新

发布时间: 2012-03-23 12:06:21 作者: rapoo

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>

读书人网 >Java Web开发

热点推荐