Request.ServerVariables ASP

 

 
response.Write  "<br>Request.ServerVariables(""Http_Referer"")"&Request.ServerVariables("Http_Referer")  
'请求的字符串內容
 
response.Write  "<br>Request.ServerVariables(""Server_Port"")"& Request.ServerVariables("Server_Port")

More...

Request.ServerVariables(asp request大集合)

Request.ServerVariables["Url"]
返回服务器地址

Request.ServerVariables["Path_Info"]
客户端提供的路径信息

Request.ServerVariables["Appl_Physical_Path"]
与应用程序元数据库路径相应的物理路径

Request.ServerVariables["Path_Translated"]

More...