- <script language="javascript">
- function isIE(){
- if (window.navigator.userAgent.toLowerCase().indexOf("msie")>=1)
- return true;
- else
- return false;
- }
-
- if(!isIE()){
- HTMLElement.prototype.__defineGetter__("innerText",
- function(){
- var anyString = "";
- var childS = this.childNodes;
- for(var i=0; i<childS.length; i++) {
- Webjx.Com
-
-
- if(childS[i].nodeType==1)
-
- anyString += childS[i].innerText;
- else if(childS[i].nodeType==3)
- anyString += childS[i].nodeValue;
- }
- return anyString;
- }
- );
- HTMLElement.prototype.__defineSetter__("innerText",
- function(sText){
- this.textContent=sText;
- Webjx.Com
-
- }
- );
- }
- </script>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。