jsp中调用js跳转action
js: function tofindCommontop1ByHql(){ var url="cmt1!findCommontop1ByHql.action?gid="+dwlb0.value; url+="&tid="+dwlb1.value; url+="&ttid="+dwlb2.value; window.location.href=url; }jsp:1,<a href="#" onclick="tofindCommontop1ByHql()" target="center2Frame">查询</a>2,<a href="javascript:tofindCommontop1ByHql()" target="center2Frame">查询</a>[code=Java]window.open(url,'center2Frame');