9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
<%@ LANGUAGE="vbscript" %>
|
|
<% Option Explicit %>
|
|
<html>
|
|
<Title>Current Path</Title>
|
|
<body>
|
|
<% Response.write "The Current Path:" & Request.ServerVariables("Path_Translated")%>
|
|
</body>
|
|
</html>
|