PDA

Click to See Complete Forum and Search --> : Javascript version of response.redirect


SmagO
Jul 7th, 2001, 05:16 PM
Anyone know how to link someone to a page automatically with JavaScript. i.e. the Javascript version of ASP's response.redirect.

Wynd
Jul 7th, 2001, 05:42 PM
<script>
window.location = "http://yoursite.com/";
</script>