Results 1 to 3 of 3

Thread: Dynamic Ajax Content Pages Not Updating

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Dynamic Ajax Content Pages Not Updating

    1) Script Title: Dynamic Ajax Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    3) Describe problem: When internet explorer loads a page witch has been updated it doesnt display the updated content it displays the old content so i was wondering is there any way this can be solved so that pages update. In firefox everything works ok the page updates.

    Thanks in advance

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    By default the script should already try to bust any caching of the fetched page, by way of the following variable inside the script:

    Code:
    var bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no)
    If it's set to 1 that is. Other than that, you may need to modify the external page being fetched so it outputs a no-cache header on the server end.

  3. #3
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi thanks for your reply issue resolved i had to php header info into each of the files being loaded to stop it from cache in i.e thanks

    close thread pls

Bookmarks

Posting Permissions

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