/ Published in: ASP
This function return the currentUrl, without get parameters.
Expand |
Embed | Plain Text
Function CurrentURL() Dim Temp Temp = "http://" & Request.ServerVariables("SERVER_NAME") Temp = Temp & Request.ServerVariables("SCRIPT_NAME") CurrentURL = Temp End Function
You need to login to post a comment.
