Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dcoxjr #1
Site Refresh
After updating an existing page, what can I do to ensure that all visitors are viewing the current page and not something in their cache.
dcoxjr Guest
-
How can i Refresh my site?????
I am Using now Dreamweaver MX 2004, Please can some one help me because I cant really refresh my page. I dont know if the seting is mistake or ...?... -
the remote site of web page is empty how can I moveeverything over from local site?
I am new to using this Dreamweaver 3 software and I cannot update my website, due to the remote site being empty. How can I repopulate the remote... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
menu slice lines appearing on site / site visit/suggestions please TIA
The following site: http://www.peterperret.com/ has a fireworks MX menu set. When mouseover occurs on the menu items (first two are active), it... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it... -
Dan Rumney #2
Re: Site Refresh
dcoxjr wrote:
unfortunately, you can't *ensure* it, because that depends on how> After updating an existing page, what can I do to ensure that all visitors are viewing the current page and not something in their cache.
their cache is implemented.
using the PRAGMA:NO-CACHE, CACHE-CONTROL:NO-CACHE and EXPIRES:"Thu, 12
Jan 2006 12:00:00 GMT" meta-tags in you document's head will tell
caching systems that they should not cahce the page and will hopefully
encourage caches that are already holding a copy of your old page, to
refresh it.
Hope that helps
Dan
Dan Rumney Guest
-
-
Make it so! #4
Re: Site Refresh
Hi
What you could do is insert a refresh tag in your html, it will refresh your site at what ever intevals you want but this may be a bit annoying if it refreshes to often
Phil
Make it so! Guest
-
byardaj #5
Re: Site Refresh
I might be wrong but I thought dcoxjr's question was how do you (in code) do the equivalent of Shift-Refresh, Ctrl-F5, Apple-Opt-E or any othe browser tricks to flush the browser cache?
Andy
byardaj Guest



Reply With Quote

