window.location alternatives in JavaScript

Posted by MartyIX on Stack Overflow See other posts from Stack Overflow or by MartyIX
Published on 2010-06-02T13:37:29Z Indexed on 2010/06/02 13:44 UTC
Read the original article Hit count: 196

Filed under:
|

What is a standardized alternative to window.location.href function? I was checking on w3schools.com that it is implemented in all major browsers so there's no problem but I'm rather curious how to do that properly.

From here is the statement that the function is not standardized: https://developer.mozilla.org/en/DOM/window.location

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about redirect