某些时候,IE下使用window.location.href后会跳转失败,这是由于IE存在的一个BUG....这个是ie的bug。具体解决办法是:在window.location.href = url;后面加一句window.event.returnValue = false;