PDA

View Full Version : HTML



Olomite
08-27-2001, 09:39 PM
Does anyone know the html code to have a page automatically forward to another page without having to click on a link?

-Thanks-

coleslaw
08-27-2001, 09:54 PM
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.poopoopoo.com/stinkypoo.html">

Olomite
08-27-2001, 10:36 PM
thanks!

coleslaw
08-27-2001, 10:39 PM
I am not totally sure if that still works. I think that was introduced with netscape 3.x several years ago. I generlly use java script to do any redirection, which I actually don't do very often.

ZrEo0
08-28-2001, 12:19 AM
how hard is it to learn HTML?

coleslaw
08-28-2001, 12:24 AM
It can be really easy to learn, but that all depends on how involved you want to get.

coleslaw
08-28-2001, 08:53 AM
I used to always have a 3-second delay to let people know that they were being redirected so that they could update their bookmarks ;)

And I would also add a physical link on the page if the redirection did not work.

oblongmelon
08-28-2001, 03:57 PM
Originally posted by zreo0
how hard is it to learn HTML?

It's not hard to learn it-even an old lady like me is doing exactly that right now. Actually it can produce some fairly fun results. :)

BrewMaster
08-28-2001, 06:44 PM
You can always look up HTML standards at the World Wide Wed Consortium web page, better known as W3C. (http://www.w3.org)

-The Brew