Topic: 页面用的是框架,分三个页面,能不能把请求同时转发到两个页面

  Print this page

1.页面用的是框架,分三个页面,能不能把请求同时转发到两个页面 Copy to clipboard
Posted by: why213344
Posted on: 2006-07-27 15:33

页面用的是框架,分topFrame ,leftFrame,mainFrame 三个页面.
技术用的是struts 框架...能不能把请求同时转发到两个页面...有什么方法能实现呢?

2.Re:struts [Re: why213344] Copy to clipboard
Posted by: zcjl
Posted on: 2006-07-27 19:01

用js搞定
form.onsubmit = function() {
topFrame.location.href="topURL";
leftFrame.location.href="leftURL";
mainFrame.location.href="mainURL";
}

3.Re:页面用的是框架,分三个页面,能不能把请求同时转发到两个页面 [Re: why213344] Copy to clipboard
Posted by: chengbd
Posted on: 2006-07-28 04:59

我也来一段:

if(confirm(""))
  {
document.myform.method = "POST";
document.myform.action = "deletemodel.jsp";
document.myform.target="_self";
document.myform.submit();
  }


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923