PC Review


Reply
Thread Tools Rate Thread

How do I set up changing pages automatically in Frontpage

 
 
=?Utf-8?B?dnJhbmFwbWM=?=
Guest
Posts: n/a
 
      4th Dec 2005
After loading and displaying the home page for a web site for about 15 to 20
seconds I want to automatically load and display a new page.How do I set this
up using Frontpage 2003?
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      4th Dec 2005
In HTML/Code view, add the following to the Head section:

<meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">

The value given to 'content' is the number of seconds before the refresh
will take place; the value given to 'URL' is the page you want your visitor
sent to. You may also want to include a text link to the page in case your
visitor's browser does not support the 'refresh'.


--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"vranapmc" <(E-Mail Removed)> wrote in message
news:5E12EC38-CAA2-40D6-A121-(E-Mail Removed)...
> After loading and displaying the home page for a web site for about 15 to
> 20
> seconds I want to automatically load and display a new page.How do I set
> this
> up using Frontpage 2003?



 
Reply With Quote
 
=?Utf-8?B?S0Q=?=
Guest
Posts: n/a
 
      22nd Feb 2006
Does your web host need to support server extensions for this to work?

"Kathleen Anderson [MVP - FrontPage]" wrote:

> In HTML/Code view, add the following to the Head section:
>
> <meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
>
> The value given to 'content' is the number of seconds before the refresh
> will take place; the value given to 'URL' is the page you want your visitor
> sent to. You may also want to include a text link to the page in case your
> visitor's browser does not support the 'refresh'.
>
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "vranapmc" <(E-Mail Removed)> wrote in message
> news:5E12EC38-CAA2-40D6-A121-(E-Mail Removed)...
> > After loading and displaying the home page for a web site for about 15 to
> > 20
> > seconds I want to automatically load and display a new page.How do I set
> > this
> > up using Frontpage 2003?

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      22nd Feb 2006
No.

Be aware that this can create confusion for your visitors when they click
the browser's back button. It can also be looked at poorly by search engine
spiders....

--
Murray
--------------
MVP FrontPage


"KD" <(E-Mail Removed)> wrote in message
news:7E3F2936-901D-492A-9910-(E-Mail Removed)...
> Does your web host need to support server extensions for this to work?
>
> "Kathleen Anderson [MVP - FrontPage]" wrote:
>
>> In HTML/Code view, add the following to the Head section:
>>
>> <meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
>>
>> The value given to 'content' is the number of seconds before the refresh
>> will take place; the value given to 'URL' is the page you want your
>> visitor
>> sent to. You may also want to include a text link to the page in case
>> your
>> visitor's browser does not support the 'refresh'.
>>
>>
>> --
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>>
>>
>> "vranapmc" <(E-Mail Removed)> wrote in message
>> news:5E12EC38-CAA2-40D6-A121-(E-Mail Removed)...
>> > After loading and displaying the home page for a web site for about 15
>> > to
>> > 20
>> > seconds I want to automatically load and display a new page.How do I
>> > set
>> > this
>> > up using Frontpage 2003?

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?S0Q=?=
Guest
Posts: n/a
 
      22nd Feb 2006
It's an in-house project, we want various reports to be seen on the screen
for a certain amount of time and then pull up the next report - and then
cycle through again and again. Am I on the right track for accomplishing
this?

"Murray" wrote:

> No.
>
> Be aware that this can create confusion for your visitors when they click
> the browser's back button. It can also be looked at poorly by search engine
> spiders....
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "KD" <(E-Mail Removed)> wrote in message
> news:7E3F2936-901D-492A-9910-(E-Mail Removed)...
> > Does your web host need to support server extensions for this to work?
> >
> > "Kathleen Anderson [MVP - FrontPage]" wrote:
> >
> >> In HTML/Code view, add the following to the Head section:
> >>
> >> <meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
> >>
> >> The value given to 'content' is the number of seconds before the refresh
> >> will take place; the value given to 'URL' is the page you want your
> >> visitor
> >> sent to. You may also want to include a text link to the page in case
> >> your
> >> visitor's browser does not support the 'refresh'.
> >>
> >>
> >> --
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> web: http://www.spiderwebwoman.com/resources/
> >>
> >>
> >> "vranapmc" <(E-Mail Removed)> wrote in message
> >> news:5E12EC38-CAA2-40D6-A121-(E-Mail Removed)...
> >> > After loading and displaying the home page for a web site for about 15
> >> > to
> >> > 20
> >> > seconds I want to automatically load and display a new page.How do I
> >> > set
> >> > this
> >> > up using Frontpage 2003?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      22nd Feb 2006
It could work under those circumstances.....

--
Murray
--------------
MVP FrontPage


"KD" <(E-Mail Removed)> wrote in message
news:C4F29889-9DEC-4ABE-A3DF-(E-Mail Removed)...
> It's an in-house project, we want various reports to be seen on the screen
> for a certain amount of time and then pull up the next report - and then
> cycle through again and again. Am I on the right track for accomplishing
> this?
>
> "Murray" wrote:
>
>> No.
>>
>> Be aware that this can create confusion for your visitors when they click
>> the browser's back button. It can also be looked at poorly by search
>> engine
>> spiders....
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "KD" <(E-Mail Removed)> wrote in message
>> news:7E3F2936-901D-492A-9910-(E-Mail Removed)...
>> > Does your web host need to support server extensions for this to work?
>> >
>> > "Kathleen Anderson [MVP - FrontPage]" wrote:
>> >
>> >> In HTML/Code view, add the following to the Head section:
>> >>
>> >> <meta http-equiv="refresh" content="6;
>> >> URL=http://www.yourwebsite.com">
>> >>
>> >> The value given to 'content' is the number of seconds before the
>> >> refresh
>> >> will take place; the value given to 'URL' is the page you want your
>> >> visitor
>> >> sent to. You may also want to include a text link to the page in case
>> >> your
>> >> visitor's browser does not support the 'refresh'.
>> >>
>> >>
>> >> --
>> >> ~ Kathleen Anderson
>> >> Microsoft MVP - FrontPage
>> >> Spider Web Woman Designs
>> >> web: http://www.spiderwebwoman.com/resources/
>> >>
>> >>
>> >> "vranapmc" <(E-Mail Removed)> wrote in message
>> >> news:5E12EC38-CAA2-40D6-A121-(E-Mail Removed)...
>> >> > After loading and displaying the home page for a web site for about
>> >> > 15
>> >> > to
>> >> > 20
>> >> > seconds I want to automatically load and display a new page.How do I
>> >> > set
>> >> > this
>> >> > up using Frontpage 2003?
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When adding pages , can reference to pages change automatically? JWH Microsoft Word Document Management 3 7th Aug 2008 06:33 AM
website created in FrontPage - url doesn't change when changing pages suzanne_b_hayes@dell.com Microsoft Frontpage 1 24th May 2007 07:24 PM
website created in FrontPage - url doesn't change when changing pages suzanne_b_hayes@dell.com Microsoft Frontpage 1 24th May 2007 05:39 PM
Cannot open pages in FrontPage which were created in FrontPage =?Utf-8?B?RnJhbmNpcw==?= Microsoft Frontpage 3 6th Mar 2006 11:54 PM
changing templet pages in navigation window/pages =?Utf-8?B?RGViYmll?= Microsoft Frontpage 4 10th Jan 2005 07:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:48 PM.