会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
js事件测试
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>豪情-js事件测试</title> <style> div{margin:5px auto;} p{margin:0 auto;width:400px;} #txt1{width:400px;font-size:14px;padding:2px 5px;} #txt2{width:400px;height:30px;background:#333;color:#fff;padding:5px;} input{width:400px;padding:5px 10px;} </style> </head> <body> <script type="text/javascript"> var oTextbox = document.getElementById('txt1'); function clear(){ oTextbox.value = ""; } </script> <div id="txt2" onmouseover="handle(event)" ></div> <p><textarea name="" id="txt1" cols="30" rows="10">
clear
运行代码
posted @
2010-05-08 12:27
豪情
阅读(
394
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告