View Full Version : Automatic page change?
dbowman
10-25-1999, 02:02 PM
I want this site I'm doing to, upon typing in the URL, display a splash screen for a few seconds, then AUTOMATICALLY jump to a second page, a main page. Is there a way to that in GoLive???
I do not work with GoLive but the following code sample will accomplish what you are trying to do...
<HTML>
<HEAD>
<TITLE>Progress In Action</title>
<META HTTP-EQUIV="Refresh"
[nbsp][nbsp][nbsp][nbsp] Content[nbsp][nbsp][nbsp][nbsp] = "10;
[nbsp][nbsp][nbsp][nbsp] URL=http://www.newsite.com/">
</head>
<BODY>
<CENTER>
<a href="http://www.newsite.com/">Continue...</a>
</center>
</body>
</html>
URL= is the url it will automatically go to.[nbsp][nbsp]Content="10" is telling it to go to the new url in 10 seconds.[nbsp][nbsp]Changing the number to a higher or lower value will of course change the amount of time it waits until it refreshes to the new url.
Deb
Scott
10-25-1999, 03:37 PM
You may also want to visit the Adobe support forums at:
http://www.adobe.com/support/forums/main.html
The GoLive forum is very active.
Scott
------------------
www.modbod.com (http://www.modbod.com)
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.