执行脚本中事件的方法之六
时间:2006-04-25 来源:kflds
执行脚本中事件的方法
<6>在焦点转移时激活并运行事件过程:
当焦点从按钮转移到文本框时,自动激活事件过程。
<html>
<title>在焦点转移时激活并运行事件过程</title>
<form name="Play Form">
<pre>
<input type=text value =" 让我们共创美好未来。 " size=40 name="txtName"> <input
type= button value ="Display" name="btnDisplay" onclick ="alert ' 网友您好!' & txtName.value">
</pre>
</form>
</html>
相关阅读 更多 +