function hel(){
alert("good");
}
Event.observe(document, 'mousedown', hel.bindAsEventListener());
Browser: {
IE: !!(window.attachEvent && !window.opera), //判断是不是IE 转换为boolean
Opera: !!window.opera,
WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1
},
大盘预测
国富论
posted on 2007-07-03 11:13
华梦行 阅读(142)
评论(0) 编辑 收藏