展开全部
<tr onclick="wOpen()">
<td>name</td>
<td><input type="text" name="um.name" disabled="disabled"/></td>
<td><input type="button" value="弹出参照" onclick="wOpen()"/></td>
</tr>
disabled = "disabled"让当前text框无法编辑
只需要再tr上加入JS事件
function wOpen(){
window.open("/ZTWL/jsp/common.jsp?ele=vValue", null,"width=700,height=300,status=yes,menubar=yes,toolbar=yes,location=yes");
}
至于你想打开什么窗口,就要你自己写路径了,width是打开宽度,height是高度,剩下的你自己查一下就行,是关于是否有拖动条什么之类的
<td>name</td>
<td><input type="text" name="um.name" disabled="disabled"/></td>
<td><input type="button" value="弹出参照" onclick="wOpen()"/></td>
</tr>
disabled = "disabled"让当前text框无法编辑
只需要再tr上加入JS事件
function wOpen(){
window.open("/ZTWL/jsp/common.jsp?ele=vValue", null,"width=700,height=300,status=yes,menubar=yes,toolbar=yes,location=yes");
}
至于你想打开什么窗口,就要你自己写路径了,width是打开宽度,height是高度,剩下的你自己查一下就行,是关于是否有拖动条什么之类的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询