Automatic Page changing Code - I need a code that will automaticlly send me to another page

They have: 10 posts

Joined: Jul 1999

I need a code that will automaticlly send me to another page, without any clicking. If anyone has one of these codes please post it here!!!! Thanks

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

They have: 7 posts

Joined: Jun 1999

You can put this line between your head tags.
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://newpage">
Or you can do it with Javascript in the body.
<script>
window.location="http://newpage"
</script>
In both methods you should put a clickable option if the browsers the viewer uses doesn't support the method.

They have: 100 posts

Joined: Sep 1999

Hey I thought the meta tag worked fine. What browsers don't support it?

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.