Ajax initial experience-Ajax ie Cache

Source: Internet
Author: User
Get started with learning about Ajax.
After reading the introduction from msdn-su Peng, I felt really good.

Better User Experience and higher performance...

The first time I started writing my own Ajax code today, I encountered a very amazing problem ....
When I use the get method to submit a request
Every time it was the first time, data could not be obtained after it.

Later, I checked other related information to find out that this was caused by the data cached by IE.

Summary:
XMLHTTP. Open (string method, string URL, Boolean flag );
If method = get is used in IE, two identical query strings are cached. Therefore, you must use a function to control query strings.
This problem won't occur in ff.

Continue to learn about Ajax and learn more about XML and JavaScript.

However, I still cannot find a good JavaScript help document .........

Do you have any complete documents or can you share them? Grateful

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.