非IE
var   e=document.getElementById( "e ")
e.setAttribute( "onclick ", "dosomething(); ")

IE
var   e=document.getElementById( "e ")
e.onclick=function()   {dosomething();};
Tags:
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]