获取当前asp的完整urlFunction GetUrl()
获取当前asp的完整url   
Dim ScriptAddress,Servername,qs
获取当前asp的完整url   ScriptAddress 
= CStr(Request.ServerVariables("SCRIPT_NAME"))
获取当前asp的完整url   Servername 
= CStr(Request.ServerVariables("Server_Name"))
获取当前asp的完整url   qs
=Request.QueryString
获取当前asp的完整url   
if qs<>"" then
获取当前asp的完整url   GetUrl 
="http://"& Servername & ScriptAddress &"?"&qs
获取当前asp的完整url   
else
获取当前asp的完整url   GetUrl 
="http://"& Servername & ScriptAddress
获取当前asp的完整url   
end if
获取当前asp的完整url
End Function
获取当前asp的完整url

相关文章:

  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2021-09-12
  • 2021-07-16
  • 2022-12-23
  • 2021-12-23
  • 2021-05-25
  • 2021-11-11
  • 2022-12-23
相关资源
相似解决方案