Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

redirect javascript

// similar behavior as an HTTP redirect
window.location.replace("http://stackoverflow.com");

// similar behavior as clicking on a link
window.location.href = "http://stackoverflow.com";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #redirect #javascript
ADD COMMENT
Topic
Name
7+3 =