[Addendum] JS Encoding Problems

Source: Internet
Author: User
There is no problem in IE7 and no error will be reported, but there will be an error message in IE6. Search the Internet and check whether it is a JS file encoding problem, JS File Save default encoding for ANSI, and Asp.net or PHP save encoding is not the same, at this time only need to save Js in the form of UTF-8. You can set the JS encoding method in DW. Because of the encoding method CodeYes: charset = UTF-8, so the code is like this

<SCRIPT type = "text/JavaScript" src = "http://www.fuleping.com/js/123.js" charset = GBK> </SCRIPT>

Or

<Script language = JavaScript src = "http://www.fuleping.com/js/123.js" charset = GBK> </SCRIPT>

If your JS call is garbled, try this write method.

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.