-----Original Message-----
Is there a way, in Frontpage, to set a webpage to
automatically forward or redirect someone to another page.
Yes. Add a tag like this to the <head> section:
<meta http-equiv="refresh" content="5; url=boingo.htm">
where 5 is the number of seconds to delay and boingo.htm
is the Web page you want to display.
BTW, don't specify a delay of 0. This interferes with
normal use of the Back button. (Visitor clicks
Back, "refresh" meta tag instantly sends visitor forward).
It's also a good idea to place a "This page has moved,
please click here," link in the <body> section. This helps
search engines and normal visitors as well.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*