domain .tw idv.tw .com.tw
你正在閱覽 :: 繁體中文:: 學習 ASP SQL VB HTML code

學習 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在閱覽 :: 繁體中文 Chinese_Traditional

學習.主題:
首頁
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

..
...
...

[ 8/20/2008 ]

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