Automatic Page changing Code - I need a code that will automaticlly send me to another page
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
Dale posted this at 03:46 — 11th October 1999.
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.
doren posted this at 18:19 — 27th October 1999.
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.