【发布时间】:2015-03-16 13:01:34
【问题描述】:
function complete()
{
updateUserData();
window.location = "/getans.php";
}
<input type="button" id="finish" onClick="complete();" >
无法将用户重定向到 IE 中的另一个页面..但它在 chrome 和 firefox 中工作正常
【问题讨论】:
-
No 没有这个错误!
-
看看这个 stac stackoverflow.com/questions/948227/…
标签: javascript php forms internet-explorer