开发者

Why is this Javascript redirect code not working in internet explorer 8?

I a开发者_运维百科m using this Javascript to redirect users. It works on FireFox and Chrome, but not in IE8.

window.location ="/public/index/offer?act=search";

Please Help.


Use:

window.location.href = "/public/index/offer?act=search";
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜