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