DWR局部刷新页面

来源:互联网 发布:mac怎么卸载windows 编辑:程序博客网 时间:2024/06/11 03:56

//刷新当前页面
function refreshing(){
 top.city2_map.city2_map.closeOrDelHot("brandlistdiv");
 top.window.city2_map.HT_frame.stbrandframe.document.getElementById

("strbandform").action="/mapengine/stBrandAction.do?method=login";
 

top.window.city2_map.HT_frame.stbrandframe.document.getElementById

("strbandform").submit();
}

//stbrandframe 是iframe中的name值
<td>
<iframe name="stbrandframe" src="/mapengine/stBrandAction.do?

method=login" width="100%" border="0" scrolling='' height="92%"

style="margin:0;padding:0;border:0;">
</iframe>
<td>

//strbandform 在
<form name="strbandform" method="post" action="stBrandAction.do?

method=login" style="margin:0;padding:0;">

原创粉丝点击