Topic: <input>中title的使用方法

  Print this page

1.<input>中title的使用方法 Copy to clipboard
Posted by: king_wjb
Posted on: 2006-11-30 18:13

我在jsp中使用title属性,如下:
<input name="monitorCellType" type="text" id="monitorCellType" value="<%=dsb.getMonitorCellType()%>" title="<%=dsb.getMonitorCellType()%>" size="10" maxlength="20" height="18">
这样当鼠标停留在控件上时,能在鼠标旁显示控件内的内容,但是现在有个问题:怎样才能即时显示控件的内容,即只要有修改,在鼠标旁就能看到效果,也就是说title = this.value,但是直接这样写肯定不行,显示的是“this.value”,不知道应该怎样做?

2.Re:<input>中title的使用方法 [Re: king_wjb] Copy to clipboard
Posted by: Julian13
Posted on: 2006-12-02 03:14

try add this to your INPUT

onKeyUp="this.title = this.value;"

3.Re:<input>中title的使用方法 [Re: king_wjb] Copy to clipboard
Posted by: YuLimin
Posted on: 2006-12-03 17:59

onMouseOver="this.title=this.value;"


   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