VBS Microsoft VBScript Compiler Error error ' 800a0409 ' workaround

Source: Internet
Author: User

Test ASP, today encountered a problem, about the coding problem! Not only is garbled, but also hints at the end of the string constant, looked at half a day, unclear so

  

1Response. charset="Utf-8"2             ifResponse.isclientconnected=true Then3Response.Write ("The user is connected. ")4             Else5Response.Write ("The user is not connected. ")6Endif        

The last check is that the server thinks. "Even together, that is, the lack of one," but this is not possible ah, to ask others, and finally someone pointed out the problem

  

<% @LANGUAGE ="VBSCRIPT" codepage="65001"%>

When requesting the server, the default encoding is iso8859-1, set codepage= "65001", meaning Utf-8 encoding, and then solve the

VBS Microsoft VBScript Compiler Error error ' 800a0409 ' workaround

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.