会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
goody9807
避风的港湾~~~寻找技术的精华
微信公号siwa8
博客园
首页
新随笔
联系
管理
订阅
2005年4月7日
动态添加Html单元格时,事件怎么写?如mouseover事件
摘要: 动态添加Html单元格时,事件怎么写?如mouseover事件 tr=Grid1.insertRow(Grid1.rows.length); td=tr.insertCell(); td.innerText="a"; td=tr.insertCell(); td.innerText="b"; 比如要在经过这一行时,怎么写mouseover事件? ==========================...
阅读全文
posted @ 2005-04-07 10:29 PointNet
阅读(2636)
评论(2)
推荐(0)
编辑
公告