Hi,
Inside an html file I have:
<!--#exec cgi="/cgi-bin/myPage.asp" -->
at the start of this page I need to check for the directory that it was called from... ie the directory that the html document is in... but when I use
Request.ServerVariables("SCRIPT_NAME") I get the directory of myPage.asp...
Any ideas what can be done here?
CES
Inside an html file I have:
<!--#exec cgi="/cgi-bin/myPage.asp" -->
at the start of this page I need to check for the directory that it was called from... ie the directory that the html document is in... but when I use
Request.ServerVariables("SCRIPT_NAME") I get the directory of myPage.asp...
Any ideas what can be done here?
CES