摘要:
错误的方法:mycurrent_row.attachEvent("onclick",function(){document.getElementById('JobCateDetail').value = strArray[x].split("#")[1];});正确的方法:(function (x){mycurrent_row.attachEvent("onclick",function(){do... 阅读全文
posted @ 2008-07-04 15:09
Eric Zhang
阅读(979)
评论(0)
推荐(0)