function stopDefault(e){
//标准浏览器
if(e && e.preventDefault){
e.preventDefault();
}
//IE
else{
window.event.returnValue=fale;
return false;