document.write('
解析:
普通:
return false;
绑定:
preventDefault();
if(oEvent.preventDefault) {
 oEvent.preventDefault();
 }

return false;  

');