google浏览器不兼容问题window.location.hrefResponse.Writescript languagejavascriptalert(1111111
google浏览器不兼容问题window.location.href
Response.Write"<script language=javascript>alert('1111111'); window.location.href('1.html')</script>"
在google浏览器里不能进行跳转
哪位帮帮忙?
[解决办法]
写法错误,应该这样写:window.location.href = "1.html";
[解决办法]
1楼正解。
[解决办法]
[解决办法]
window.location= "1.html";
这样可以兼容火狐
