Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Page Refresh after Site Update
Topic Options
- 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
- :
- Page Refresh after Site Update
Page Refresh after Site Update
27-07-2012 10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi all,
I run a website hosted with Plusnet, and when I update it, readers often tell me that they are not seeing the update (they are seeing an old version).
Usually, if users clear temp files/cache etc and refresh, this works, but it is coming up too often to be treated as one offs. I am assuming most people have their brpowser settings to look for new updates "everytime I visit the page".
The homepage is split into 2 frames (left and right) with an underpinning index.htm file.
I usually update the left and right frame htm pages of course, but the index.htm does not change.
Is there some code I can include to ensure that for every visit the users see the most up to date page? Or should I lose the frames altogether?
Cheers
Paul
I run a website hosted with Plusnet, and when I update it, readers often tell me that they are not seeing the update (they are seeing an old version).
Usually, if users clear temp files/cache etc and refresh, this works, but it is coming up too often to be treated as one offs. I am assuming most people have their brpowser settings to look for new updates "everytime I visit the page".
The homepage is split into 2 frames (left and right) with an underpinning index.htm file.
I usually update the left and right frame htm pages of course, but the index.htm does not change.
Is there some code I can include to ensure that for every visit the users see the most up to date page? Or should I lose the frames altogether?
Cheers
Paul
Message 1 of 5
(1,206 Views)
4 REPLIES 4
Re: Page Refresh after Site Update
27-07-2012 10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As a general rule frames are not a good idea
Message 2 of 5
(387 Views)
Re: Page Refresh after Site Update
27-07-2012 2:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Assuming you are prepared to update index.htm you could try adding one or both of the meta tags
<META HTTP-EQUIV="Creation-Date" CONTENT="2012-07-18">
<META HTTP-EQUIV="Last-Update" CONTENT="2012-07-27">
to the <head> section of the page - obviously setting the date(s) appropriately.
To include time the format is
<META HTTP-EQUIV="Last-Update" CONTENT="2012-07-27T14:44:00">
David
<META HTTP-EQUIV="Creation-Date" CONTENT="2012-07-18">
<META HTTP-EQUIV="Last-Update" CONTENT="2012-07-27">
to the <head> section of the page - obviously setting the date(s) appropriately.
To include time the format is
<META HTTP-EQUIV="Last-Update" CONTENT="2012-07-27T14:44:00">
David
David
Message 3 of 5
(387 Views)
Re: Page Refresh after Site Update
27-07-2012 3:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi David,
That's great many thanks - yes I am happy to update the index.htm file everytime I do other updates.
Thanks again
Paul
adie:quote
That's great many thanks - yes I am happy to update the index.htm file everytime I do other updates.
Thanks again
Paul
adie:quote
Message 4 of 5
(387 Views)
Re: Page Refresh after Site Update
27-07-2012 4:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Actually, having read through this again, I don't think my suggestion will help since it's the content of the frames that changes. I don't use frames myself so I'm not on firm ground here, but including "Last-Update" in their head sections might work.
David
David
David
Message 5 of 5
(387 Views)
Topic Options
- 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
- :
- Page Refresh after Site Update