function stopDefault(e){ //W3C if(e && e.preventDefault){ e.preventDefault(); } //IE else{ window.event.returnValue=fale; } return false; }
取消浏览器默认行为
原文:http://www.cnblogs.com/cumting/p/6715096.html