refreshing a web page
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- refreshing a web page
refreshing a web page
16-01-2013 1:05 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: refreshing a web page
16-01-2013 8:42 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: samgregkt How can I avoid having to refresh ... without having to press F5.
Not sure I understood the question correctly 😕 but some dim recall that IE has a checkbox-to-tick (within Internet Options, somewhere) that tells your browser always to check for the latest version of the page. I tested it out once, and found that it would cause the page-view counter always to increment, whereas usually if you return to a page (without having made that setting on Options) it doesn't (ie so it called the page up afresh).
Don't know if Firefox has anything similar - was that sort of what you were looking for?
Regards,
Penny.
Project HappyChild - free educational resources for children + schools * my own [personal] webpage is at pennymidasrollo.plus.com
Re: refreshing a web page
16-01-2013 8:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
or did you want a script on your page to reload it for everyone?
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: refreshing a web page
16-01-2013 11:26 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Best regards, Mick
Re: refreshing a web page
16-01-2013 11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
<META HTTP-EQUIV="refresh" CONTENT="15">
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: refreshing a web page
16-01-2013 2:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Best regards, Mick.
Re: refreshing a web page
16-01-2013 2:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
Re: refreshing a web page
16-01-2013 3:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Using javascript timers and AJAX to load/reload the data is much nicer, and not that tricky.
Re: refreshing a web page
16-01-2013 10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Need far more info to help as you could well be asking the wrong question, or at least having your question misinterpreted.
Re: refreshing a web page
16-01-2013 11:03 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Perhaps better than no caching would be pages expiring after 1 day - does HTTP/1.0 support that?
David
Re: refreshing a web page
16-01-2013 11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Kmilburn, I know that having to refresh the page is outdated & that's why I'm looking to you guys for help. When you say it's not that tricky please remember that I'm not that experienced & what's not that tricky for you, may be extremely difficult for me. Consider me as a challenge. Spraxyt (David) found me a challenge & to his credit he persevered with a previous problem & we finally worked it out.
MJN, you seem to suggest exactly want I need. Whenever I update any information on a page or pages within my site, I & others always have to refresh (F5) a page to see the updated info.
As I'm a novice & you're all experts, I really do appriecate all the help that you give, but please remember that any instruction has to be very simple for a dummie to understand & implement. Please don't castigate me for using FP2000 as an editor, I'm still learning. I know nothing about HTML. I'm not stupid but I need help & I'm always willing to learn.
If PN could design a website builder/editor that was as simple as FrontPage, I feel sure that they could capture the market. An ISP with a website builder, Plus, (net) with the support of you guys.....surely that's got to be a winner!
Best regards, Mick.
I was just posting this reply & spraxyt/David contributed. David I was wondering what took you so long! You've been such a help in the past. You must remember me (secure webpage?).
David, you're probably right but as you must remember, that to me, your reply could be written in chinese or mandarin, good to hear from you though. Mick (be gentle on me)
Re: refreshing a web page
17-01-2013 2:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
<meta http-equiv="Cache-Control" content="must-revalidate" />
<meta http-equiv="expires" content="0" />
If you look at your html, you’ll see some meta tags already there; just add these two. The second one says ‘always check the server for updates’ and the first one says ‘no, I really mean it when I say always’.
Older browsers and proxies don’t quite work this way, but this should work most of the time.
Gabe
Re: refreshing a web page
17-01-2013 5:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Adding those two lines provided by Gabe worked for me in a test page and achieved what I think you want.

They need to go in every page, I suggest putting them immediately after the line with the <title> ... </title> tag (and before </head>) if Frontpage will let you.
Regards, David
Re: refreshing a web page
17-01-2013 5:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've only put the script on one of my pages as a trial & I made a deliberate addition to the page. After FTP I rechecked the page & there was the addition, it's magic!
Well done guys, I'm so pleased.
Best regards, Mick.
Re: refreshing a web page
17-01-2013 8:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Best regards, Mick.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page