ASP Request Current Page Name


/ Published in: ASP
Save to your folder(s)

Request the current page name relative to the home directory of the server.


Copy this code and paste it in your HTML
  1. <%=request.ServerVariables("SCRIPT_NAME")%>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.