window.location.href = jumpUrl; //要完整链接,包含协议和域名 // 解决IE6下不能跳转 if(window.event) { window.event.returnValue = false; }