web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
. Active-Server-Flash
. Array
. Connection
. Count
. Counter
. Distinct
. Email
. File
. Folder
. Function
. GetSQLserver
. Header
. mySQL
. Record
. Recordset
. Request
. Response
. Server
. Server-CreateObject
. ServerVariables
»all-HTTP-headers
»PATH_INFO
»Query-String
. Session
. Special-Symbols
. String
. Sub
. Time
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
XML

SiteMap

3w....学习.教学 > ASP > servervariables »

w3 learning

ASP

ServerVariables

:: PATH_INFO

More detial or script code example

Myself = Request.ServerVariables("PATH_INFO")

Description: 

Set Myself = right now self URL

PATH_INFO

ASP

ServerVariables

:: Query-String

More detial or script code example

ServerVariables("Query_String")

网址后面的参数(不含问号)
Description:

QueryString= Request.ServerVariables("Query_String") if the URL has a "?" question mark included the the Len(QueryString)>0 Tips: security to prevent some one to hake your submit form Ezer suggest add a check point to check the length of :; Len(QueryString)

取出"?"之后的字符串

所以同理也可测其自串的长度
Query-String

ASP

ServerVariables

:: all-HTTP-headers

More detial or script code example

Display all HTTP Headers

标头
Description:

Display all HyperText Transfer Protocol (HTTP) Server Headers

all-HTTP-headers

..
...
...

[ 5/17/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/ASP/SERVERVARIABLES/INDEX.ASP>>ASP
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email