1. You have to be able run ASP, which means your site needs to be hosted on Windows IIS web server.
2. All page must have .asp extensions so that any VBScript is processed on the server, otherwise
only IE is able to process VBScript on the client side (browser)
3.
<%
CurrentPage = Request.ServerVariables("SCRIPT_NAME")
%>
To display, do the following
<%=CurrentPage%>
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================