I am 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";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With