08 2014 档案
摘要:function createXHR(){ if(typeof XMLHttpRequest != 'undefined'){ return new XMLHttpRequest(); }else if(typeof ActiveXObject != 'undefined'...
阅读全文
摘要:function addEvent(obj,type,fn){ if(obj.addEventListener){ obj.addEventListener(type,fn,false); }else if(obj.attachEvent){ obj.atta...
阅读全文
摘要:addEvent(fm.elements['a1'], 'keyup', tabForWard); addEvent(fm.elements['a2'], 'keyup', tabForWard); addEvent(fm.elements['a3'], 'keyup', tab...
阅读全文
摘要:function setCookie(name, value, expires, path, domain, secure){ var cookieName = encodeURIComponent(name) + '=' + encodeURIComponent(value); if(...
阅读全文
摘要:document.write(navigator.userAgent);document.write('');document.write(navigator.platform);var client = function(){//引擎 var engine = { ie:fal...
阅读全文
摘要:window.onload = function(){ document.onkeypress = function(evt){ alert(String.fromCharCode(getCharCode(evt))); }}function getCharCode(evt...
阅读全文

浙公网安备 33010602011771号