Auto-closing page

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I would like to have a page open via link, stay visible
for a particular length of time, then disappear and
anohter page take its place. Is this possible using just
FrontPage 2000? Or do I need a fancy add-in? Thanks!
 
-----Original Message-----
I would like to have a page open via link, stay visible
for a particular length of time, then disappear and
anohter page take its place. Is this possible using just
FrontPage 2000? Or do I need a fancy add-in? Thanks!

Add the following tag to the <head> section of the page
you want to disappear:

<meta http-equiv="refresh" content="5; url=pause.htm">

where 5 is the number of seconds you want the first page
remain on display, pause.htm is the URL of the page that
will replace it.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Thanks! Just what I needed!
-----Original Message-----

Add the following tag to the <head> section of the page
you want to disappear:

<meta http-equiv="refresh" content="5; url=pause.htm">

where 5 is the number of seconds you want the first page
remain on display, pause.htm is the URL of the page that
will replace it.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------

.
 
Back
Top