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


You need to login to view comments.