中日歌会2002完整版:asp提示缺少对象

来源:百度文库 编辑:高考问答 时间:2024/05/05 17:40:54
<input name="username" type="text" id="username" style="BORDER-RIGHT: 2px groove; BORDER-TOP: 2px groove; BORDER-LEFT: 2px groove; BORDER-BOTTOM: 2px groove" size="12" onMouseOver="clearDefault(this)">
<input name="password" type="password" id="password" style="BORDER-RIGHT: 2px groove; BORDER-TOP: 2px groove; BORDER-LEFT: 2px groove; BORDER-BOTTOM: 2px groove" size="12" onMouseOver="clearDefault(this)">

clearDefault
错误了,删除了它就可以了

你使用了onMouseOver事件,但是,你应该没有对应的clearDefault脚本函数,或者脚本函数不正确。

你这里面根本没记录集组件对象