- 相關推薦
asp獲取當前URL代碼實例
asp獲取當前URL代碼
asp并不像javascript那樣直接用函數取得當前url,以前天真的認為asp沒有取得當前url的方法。但最近發現,其實是可以的。 If LCase(Request.ServerVariables("HTTPS")) = "off" Then
strTemp = ""
Else
strTemp = "https://"
End If
strTemp = strTemp & Request.ServerVariables("SERVER_NAME")
If Request.ServerVariables("SERVER_PORT") <> 80 Then
strTemp = strTemp & ":" & Request.ServerVariables("SERVER_PORT")
end if
【asp獲取當前URL代碼實例】相關文章:
ASP編程實例大全05-29
PHP url 加密解密函數代碼方法10-25
Java獲取當前的系統時間的方法05-28
防盜鏈接ASP函數實現代碼01-23
ASP.NET連SQL7接口的源代碼06-06
ASP.NET MVC異常處理模塊簡單教程-ASP.NET教程實例推薦07-19
關于ASP.NET使用JavaScript顯示信息提示窗口實現原理及代碼05-09
淺析網站URL的SEO價值07-23