function Re(){
var Yi=document.getElementsByTagNameNS("a");
for(var i=0;i<Yi.length;i++){
popUp=function(winURL){//window对象的open()方法来创建新的浏览器窗口
window.open(winURL,"popUp","width=320,height=480");
}
Yi[i]=popUp(this.href);
return false;
var Tc=document.getElementById("Tc");
/*function Rc(){//Dom0级事件:
var Fan=document.getElementsByTagName("a");
for(var i=0;i<Fan.length;i++){
Fan[i].onclick=function(){"
Fan[i]= popUp(this.href);
return false;
}}}
Rc();*/
var lilike={
//添加句柄
Nuse:function(Dc,type,handler){
if(Dc.addEventListener){
Dc.addEventListener(type,handler,false); //google等浏览器 Dom二级事件
}else if(Dc.attachEvent){
Dc.attachEvent('on'+type,handler);//ie浏览器 DOM二级事件
}else{
Dc['on'+type]=handler; //DOM 0级事件
}
}
}
lilike.Nuse(Fan[i],'click',Re);
}}
也不知道哪里出现了问题!
求教。
anet
相关分类