{
new TabSwitch('div1');
};
function TabSwitch(id)
{
this.oDiv=document.getElementById(id);
this.aBtn=this.oDiv.getElementsByTagName('input');
this.aDiv=this.oDiv.getElementsByTagName('div');
for(var i=0;i
this.aBtn[i].index=i;
this.aBtn[i].onclick=fnClick; // fnClic显示undefined
}
};
TabSwitch.prototype.fnClick=function (oBtn)
{
for(var i=0;i
this.aBtn[i].className=''
this.aDiv[i].style.display='none';
}
oBtn.className='active';
this.aDiv[oBtn.index].style.display='block'
}
</script>
aaa
dfsadf
erwqerwe