Refresh

J

jrc

Pub 2000
I've noticed that sometimes when I update someone's website it does not
refresh for them and they have to click their refresh button. I remember
seeing other website code that seeing a code that refreshed when visiting
that website. Websites that I use a center code I add it in with my HTML
editor. Can I add a refresh code to refresh that page when someone goes to
it and what is the code for publisher 2000.

Thank you,

Over the years you guys have been such a great help using publisher. So
many people have learned how to make there websites with Publisher and after
6 years using Pub 2000 I have set my sites to learn MS Expressions. There
is one thing I can not understand is why there is not good website programs
that is as easy to use as Pub 2000. I know the knowledge is there but why
is it so complicated when it does not have to be.
 
R

Rob Giordano \(Crash\)

asked and answered yesterday

--

Rob Giordano
Microsoft MVP - FrontPage





"jrc" <nospam> wrote in message | Pub 2000
| I've noticed that sometimes when I update someone's website it does not
| refresh for them and they have to click their refresh button. I remember
| seeing other website code that seeing a code that refreshed when visiting
| that website. Websites that I use a center code I add it in with my HTML
| editor. Can I add a refresh code to refresh that page when someone goes
to
| it and what is the code for publisher 2000.
|
| Thank you,
|
| Over the years you guys have been such a great help using publisher. So
| many people have learned how to make there websites with Publisher and
after
| 6 years using Pub 2000 I have set my sites to learn MS Expressions. There
| is one thing I can not understand is why there is not good website
programs
| that is as easy to use as Pub 2000. I know the knowledge is there but why
| is it so complicated when it does not have to be.
|
|
 
D

DavidF

<META HTTP-EQUIV="REFRESH" CONTENT="5">
would tell the browser to refresh every 5 secs.
 
M

Mike Koewler

David,

This code was suggested:

Try this in the HEAD section:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

And/or try this:
<META HTTP-EQUIV="EXPIRES" CONTENT="0">

Not sure how this would be done in Pub though.

Mike
 
D

DavidF

Mike,

Thanks.

Actually, I don't think you can just add the code to the HEAD section using
the insert html code fragment in Publisher. That means it will require
editing the code each time the page is changed, and I don't know that it
would be worth the time involved. I don't know this for sure, but I think
most browsers are set to automatically refresh, most of the time.

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top