I have an AJAX script that works fine the first time in IE. For example, if you go through the form and never change your mind, everything updates like normal. However, if you decide that where you checked yes you shold have checked no, the objects do not update. The onchange and onclick commands do not activate. Everything works fine in every other browser. Can someone tell me what I am doing wrong or point me to a site that can let me know what is wrong. Thanks.

Recommended Answers

All 3 Replies

Hi Roebuc,

Do you use native JavaScript? or use JavaScript library?

Please show your code so we can share your problem.

I am sorry guys, I never replied back to this thread. I found out the problem was IE caches the get method, you need to use the post method. Hope that helps someone in the future.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.