首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

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

2012-03-23 
struts1.2 模式窗口请求action,跳出新窗口问题我用window.showModalDialog打开了一个窗口,然后向一个actio

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>

热点排行