Javascript Redirect to another page

Posted by FearUs on Stack Overflow See other posts from Stack Overflow or by FearUs
Published on 2010-03-11T10:15:34Z Indexed on 2010/06/06 13:02 UTC
Read the original article Hit count: 329

is there any way to do a redirect other than:

document.location = url
document.location.href = url
document.location.replace = url

window.location = url
window.location.href = url
window.location.replace = url

????? I really want to redirect a user to another page just like if he clicked on a hyperlink !!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about redirect