Anyone know how to link someone to a page automatically with JavaScript. i.e. the Javascript version of ASP's response.redirect.
You are living a pacifist dream, and if you dreaming it means you sleeping and you should damn well wake up!
Code: <script> window.location = "http://yoursite.com/"; </script>
<script> window.location = "http://yoursite.com/"; </script>
Alcohol & calculus don't mix. Never drink & derive.
Forum Rules