Cyker
0
Q:

javascript location redirect

window.location.href = "http://mywebsite.com/home.html";
34

  // Simulate 
  a mouse click:
window.location.href = "http://www.w3schools.com";

  
// Simulate an HTTP redirect:
window.location.replace("http://www.w3schools.com");

 
3
<button onclick="location.href='www.yoursite.com'">Click Me</button>
6
window.location.href = "http://example.com/new_url";
0

New to Communities?

Join the community