会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
域名已变更 请手动修改文章中域名指向carlzeng.com
Carl Notes
ERP, IT方案, 电玩, NetSuite SuiteScript, Customization and Integration as well as general developing and design stuff, share solutions, and more.
首页
新随笔
订阅
管理
2010年3月17日
js 动态表格举例
摘要: var i=0 function drawTable(tableId) { var table=eval(tableId); var newCell=table.rows[0].insertCell(); newCell.innerHTML='<input type="text" name="t'+(++i)+'">' alert("又加了一列!") } //-->...
阅读全文
posted @ 2010-03-17 11:40 CarlZeng
阅读(345)
评论(2)
推荐(0)
编辑
公告
域名已变更 请手动修改文章中域名指向carlzeng.com