使用javaScript技术和struts重写技术在连接上加参数了解答
这里是js完整写法,你可以直接copy过去使用
<scriptlanguage="javascript"type="text/javascript">
functionopenWin(f,n,w,h,s){
sb=s=="1"?"1":"0";
l=(screen.width-w)/2;
t=(screen.height-h)/2;
sFeatures="left="+l+",top="+t+",height="+h+",width="+w
+",center=1,scrollbars="+sb+",status=0,directories=0,channelmode=0";
openwin=window.open(f,n,sFeatures);
if(!openwin.opener)
openwin.opener=self;
openwin.focus();
returnopenwin;
}
</script>
这里是运用js和struts重写技术在连接上添加method参数和id参数:
<ahref="#"onclick="javaScript:openWin('<html:rewriteaction="/control/person/manage"/>?method=addInput','selectOrgs',930,719,1);">添加人员信息</a>
相关推荐
nmgxzm00 2020-11-10
ifconfig 2020-10-14
hhanbj 2020-11-17
zfszhangyuan 2020-11-16
古叶峰 2020-11-16
一个智障 2020-11-15
jipengx 2020-11-12
81427005 2020-11-11
xixixi 2020-11-11
游走的豚鼠君 2020-11-10
苗疆三刀的随手记 2020-11-10
Web卓不凡 2020-11-03
小飞侠V 2020-11-02
帕尼尼 2020-10-30
爱读书的旅行者 2020-10-26
帕尼尼 2020-10-23
杏仁技术站 2020-10-23
淼寒儿 2020-10-22