Object does not support this property or method: Session.CodePage = 936 Solution _ Application Tips

Source: Internet
Author: User

This error occurred in the background when debugging a Web site today, "Microsoft VBScript run-time error ' 800a01b6 ' object does not support this property or method: ' Session.CodePage '" in Baidu Search to see the answer is not very full, most of them are ambiguous. Later I studied for a while, there is a relatively fast way!

If you receive the following message:

Microsoft VBScript run-time error ' 800a01b6 '

Object does not support this property or method: ' Session.CodePage '

\include\syscode.asp, line 8

This proves that there is a problem with the <%Session.CodePage=936%> of your **.asp.

Someone on the internet said to delete this sentence, but I deleted the page after the font becomes garbled! Because this is shown as the Chinese encoding (936 is the corresponding encoding GB2312). Then I changed the sentence <%Session.CodePage=936%> to:

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" >

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.