im using
Code:
<p><!--#include file="sale.inc"--><br>
to include a file inside a web page (a variable so that i can change things easily)
it exsest in the root directory and is used by some ASP pages there, i then have a folder and want an ASP page to use it as well
Root:\sale.inc
Root:\1.asp
Root:\2.asp
Root:\folder\3.asp
i cant seem to get 3.asp to use it, i need the code to have it jump back a directory, i tried
Code:
<p><!--#include file="..sale.inc"--><br>
and
Code:
<p><!--#include file="cd ..sale.inc"--><br>
to no avail, any help will be apreciated, thanks