Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 ...?...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Site Refresh

    dcoxjr wrote:
    > 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.
    unfortunately, you can't *ensure* it, because that depends on how
    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

  4. #3

    Default Re: Site Refresh

    I don't think you can, can anyone tell us otherwise?
    byardaj Guest

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139