web 2.0

ASP Session.CodePage() - Session Object

ASP Session.CodePage() - Session Object Gets or sets the character-set identifier for the current session.

ShotDev Focus:
- The character-set identifier for the current session.

Example

asp_session_codepage.asp


<% Option Explicit %>
<html>
<head>
<title>ShotDev.Com Tutorial</title>
</head>
<body>
<%
Session.CodePage = "0"
Response.write("ยินดีต้อนรับเข้าสู่ www.ShotDev.Com<br>")
%>
</body>
</html>

Create a asp file and save to path root-path/myasp/

Run
http://localhost/myasp/asp_session_codepage.asp

Screenshot

ASP & Session.CodePage()

.
.
.

Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.