/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<% Response.Write(Mid(Request.ServerVariables("SCRIPT_NAME"),InStrRev(Request.ServerVariables("SCRIPT_NAME"),"/")+1)) %>