window.open() 打开新窗口
window.location.href 现有本窗体打开
跳转某个网址 window.location.href("http://www.qwbm.com");
在IE下能正常跳转,但是在火狐下不行
IE或者Firefox2.0.x:可以使用window.location或window.location.href;
Firefox1.5.x:只能使用window.location
解决方法:使用window.location来代替window.location.href