Javascript Redirect to another page
- by FearUs
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 !!