Anyone know how to link someone to a page automatically with JavaScript. i.e. the Javascript version of ASP's response.redirect.
Printable View
Anyone know how to link someone to a page automatically with JavaScript. i.e. the Javascript version of ASP's response.redirect.
Code:<script>
window.location = "http://yoursite.com/";
</script>