2008-07-07 13:23:06 / JavaScript & VBScript & DHTML 脚本技术讨论版
new document* { font-size:9pt; font-family:"Microsoft YaHei"; }html, body { margin:0px; padding:0px; height:100%; }function isIE(){ //ie?if (window.navigator.userAgent.indexOf("MSIE")>=1)return true;elsereturn false;}if(!isIE()){ //firefox innerText defineHTMLElement.prototype.__defineGetter__("innerText",function(){return this.textContent;});HTMLElement.prototype.__
查看(304)
评论(5)