Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js redirect

window.location.href = "https://your_website.php/page2.php;
// to remove actual address from the history:
window.location.replace = "https://your_website.php/page2.php;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #redirect
ADD COMMENT
Topic
Name
5+3 =