How to update pages when Ajax get is not supported

Source: Internet
Author: User
VaR url = "newlist. asp? Id = "+ escape (ID) + math. Random ();

Due to the cache Processing Mechanism of IE, if the URL of each request in the get method is the same (the parameters are also the same), ie will call the page in the client cache, and thus cannot obtain the latest information.
Solution:
<I> when a different random number is appended to the URL, ie will assume that the request is a new page and it will be obtained from the server for real-time update. Add
Math. Random (), for example: "ajaxservice. aspx? & Requestid = "+ math. Random ();
<II> disable browser caching on the client. C # Can do this: Response. addheader ("cache-control", "No-Cache ");
If the URL parameter contains Chinese characters, you can use the Javascript escape (string) function.

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.