Gateway pages

F

Fred

I'm looking for a software/JavaScript package that can be used on FP2002
gateway/doorway pages so that the page is redirected after say 15 seconds.
Is there such a package?

Fred
 
S

Steve Easton

don't need javascript, use a meta refresh tag in the head section.

<META HTTP-EQUIV=Refresh CONTENT="10; URL=nextpage.htm"> tells the browser
to load nextpage.htm 10 seconds after the initial page is opened.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Top