摘要:
1、如何判断当前的浏览器是IE还是非IE。var agt=navigator.userAgent.toLowerCase(); var is_ie=(agt.indexOf("msie")!=-1 && document.all);if(is_ie){}else{}2、attachEvent methodhttp://www.cnblogs.com/birdshome/archive/2005/0... 阅读全文
posted @ 2005-10-27 09:35
chenjunbiao
阅读(112)
评论(0)
推荐(0)