refresh and not revert to home page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set up pages (that aren't my index/home page) to refresh and not
automatically return to the home page?
 
With a meta refresh tag in the head section of the page.

<meta http-equiv="refresh" content="60">

In the head section of a page will reload the page every 60 seconds.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
But perhaps the poster wants a button to click on

I am sure that one of you experts out there have posted how to do this.

Would it be onclick="location.href='....... ' "
or something like that
--
Cheers (from an amateur),
Trevor L.
Website: http://tandcl.homemail.com.au

Steve said:
With a meta refresh tag in the head section of the page.

<meta http-equiv="refresh" content="60">

In the head section of a page will reload the page every 60 seconds.



"Jill Koelzer Kopek" <Jill Koelzer (e-mail address removed)>
wrote in message


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
The easiest method is just to create a link to the page from the page, if you want it to be based on
a user's choice.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top