Problem with AJAX updater on IE7 - only on certain pages!

Discussion in 'Programming' started by littledonkey, Mar 30, 2009.

  1. #1
    Hi All,

    I have a really annoying problem with IE7 using a combination of ColdFusion, MySQL and Javascipt.

    I am using a prototype ajax request to return a list of regions to populate a select drop down. Now this works fine on severl pages but stubbornly refuses to work on a couple of pages in IE7 but the same pages work well enough with FF!! The old story....

    What's confusing me is that it works on 'some' pages under IE7 but not others.

    I have tried validating the page as much as possible and only including specific JS etc.

    Can anyone provide any advice? I can post code example if needed.

    Thanks in advance!

    Adam
     
    littledonkey, Mar 30, 2009 IP
  2. ultrasonic

    ultrasonic Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Put this at the top of all the scripts that are called...

    header("Cache-Control: no-cache");
     
    ultrasonic, Apr 3, 2009 IP