Browser doesn't display the right web page

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

  1. #1

    Default Browser doesn't display the right web page

    Hey everyone,

    I have this problem with a web page that doesn't display right. What happen
    was my client has a news web page that is being updated once every week. The
    way I update it is changing the content on Dreamweaver and copy the codes and
    pasting them on the server interface, and resave them. Thus, over riding the
    old news page.

    Everything display right on my computer. The only thing is I have to refresh
    my browser in order for the right page to show up. Once it did, then it stays
    as that.
    The thing is, my client still sees the old news page even after I've replaced
    it with the new codes.

    I've done this for him for over 3 months, and this problem has never occur
    before.

    I don't understand why it's like this. If this is happening to him, wouldn't
    it be happening to other people's computer as well. If it is, then it's bad
    news, cause no one would like to always have to refresh their browser for the
    right news page to show.

    Could anyone explain why this is happening? And how would it affect other
    users? Or is this even possible.

    Thanks in advance, everyone.
    Jen

    huiyan Guest

  2. Similar Questions and Discussions

    1. Display issue in the browser
      I have updated my OS (windows XP) using Windows update manager. After that, when I try to open my mxml files, they are not rendered properly. The...
    2. Browser DIsplay: NULL 500
      I am attempting to kick off cf on JRUN4 from a WAR file. My terminal informs me that alot of items are not being pre-loaded i.e. error Could not...
    3. Acrobat won't display PDF Page 1 in browser after using the Back key
      Acrobat Pro 6.0.1 Win XP Pro, IE6, 1Gb Ram, Intel 2.8 Ghz Processor. All software fully patched and updated. This is wierd, I cannot figure out...
    4. Display PDF in the client browser
      I am trying to display a PDF file in a client browser and get garbled characters. Here is my code and please let me know if I am making any...
    5. how can I get errors to display in a browser?
      I have a test script, with deliberate errors. The broswer shows nothing, blank, empty. It used to show errors, now it does not. No idea what...
  3. #2

    Default Re: Browser doesn't display the right web page

    It sounds like a cache issue. When you view the page, that page is loaded into
    your (or your client's) browser's cache memory. This is done so that when you
    return to that page it will load faster (since it is already loaded into
    memory).

    This will only happen if a person has been to the page recently. There is a
    limit on the amount of information your browser will store in cache memory. The
    more you surf, the more likely it is that the page will be replaced in the
    cache memory with some other information.

    You (and your client) can, depending on what browser you are using, set your
    preferences so that all web pages will be completely reloaded every time you
    visit them. In IE 6 for Win: Tools>Internet Options>Settings> Select 'Every
    visit to the page'. You can also set your cache to be the minimum amount of
    space alotted. Note: This doesn't really work very well in IE 6 for WIN. I use
    firefox for reviewing changes because I have found IE 6 is completely
    unreliable for viewing the latest.

    Most other browsers will allow you to hold down Shift and hit 'refresh' to
    throw out the cache for that page and view the latest. As far as I know this is
    standard operating procedure for proofing new pages.

    If there is a coding technique to force a browser to use only the latest
    information, I don't know what it is.

    Good luck.


    ebob Guest

  4. #3

    Default Re: Browser doesn't display the right web page

    Hi ebob,
    Thank you so much for the info. I'll tell him this. I needed comfirmation from
    others that it's really a cache problem. I'll do a search online for coding
    info on how to force the browser to grab the lastest info. If I find it I'll
    post it here.
    Thanks again ebob.:)
    Jen

    huiyan Guest

  5. #4

    Default Re: Browser doesn't display the right web page

    [url]http://www.htmlgoodies.com/beyond/reference/article.php/3472881[/url]

    These codes stop browser from caching.
    huiyan 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