/ Published in: ASP
Expand |
Embed | Plain Text
<% Response.Write(Mid(Request.ServerVariables("SCRIPT_NAME"),InStrRev(Request.ServerVariables("SCRIPT_NAME"),"/")+1)) %>
You need to login to post a comment.
<% Response.Write(Mid(Request.ServerVariables("SCRIPT_NAME"),InStrRev(Request.ServerVariables("SCRIPT_NAME"),"/")+1)) %>
You need to login to post a comment.