ibeautiful
你为表格添加了一个ID, 也可以为按钮添加一个相应的ID,比如,你添加了tab1, tab1后有一个按钮,那么你把这个按钮的ID设为button1,然后在button1中添加事件,必段传一个值, 可以动态地按上面一样的方法分配,也可设置为一个固定值this.简单地写一下代码:-----预期效果--------------------<table id="tab1">...</table><input type="button" id="button1" value="test1" onclick="del(1)"/><table id="tab2">...</table><input type="button" id="button2" value="test1" onclick="del(2)"/>------Javascript------------------<script language="javascript">var tableCount = 0;function addTable(){tableCount ++;var tab = document.createElement("table");tab.id = "TAB" + tableCount;var button = document.createElement("button");button.attachEvent("onclick",del(tableCount));button.addEventListen("click",del(tableCount), false);}function del(num){alert("I Know You Clicked The "+ num + "th Button");}</script>也就是说,我创建一个table后, 后面紧跟着是一个button, button中含有事件.事件中带上参数,这几个相关联在一起的,是通过tableCount这个变量来实现的, 所以任你点谁都可以知道是第几个了.
牧羊人nacy
table width="96%" border="0" cellpadding="0" cellspacing="10" !--把cellspacing="10"就ok了,试试看--tr%dim pici=1sql="select top 6 id,name,types,genre,lang,star,emoney,counter,remark,pic from video where hidden=1 and id"oid" order by id desc"set rs=joekoe_cms.exec(sql,1)do while not rs.eofid=rs("id")topic=rs("name")pic=rs("pic")%td width="150" height="110" style="width:150px;"a href='video_view.asp?id=%=id%'img src="%=pic% width="100" height="80" border="0" / alt="%=name%"/a/td%if i mod 3=0 then%/trtr%end ifi=i+1rs.movenextlooprs.close%/tr/table