Tuesday, November 30, 2021

Response.redirect like in javascript insimple html

 // Simulate a mouse click:

window.location.href = "http://www.w3schools.com";

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


No comments:

Post a Comment