P
Paul
I am using several INCLUDE FILE statements on a page
(which I'll call Default.asp for this example), but since
the pages I am including and the graphics in them are in
different directories, it is not working. One of the
INCLUDE FILE lines from Default.asp is shown here:
<!--- #INCLUDE FILE = ads/b_spon_160x300-2.htm --->
The page and any text in it are displayed where I want on
Default.asp, but the graphics defined in the included
page "ads/b_spon_160x300-2.htm" will not appear. I
believe the problem is due to the need for different
paths to the graphics from Default.asp vs. from the
Include Page. Is there an ASP command to tell
Default.asp to temporarily change the default path for
the page before the <!--- #INCLUDE FILE =
ads/b_spon_160x300-2.htm ---> command, and then to set it
back to normal after that line? Or is there another way
to do this short of moving all the files into the same
directory?
(which I'll call Default.asp for this example), but since
the pages I am including and the graphics in them are in
different directories, it is not working. One of the
INCLUDE FILE lines from Default.asp is shown here:
<!--- #INCLUDE FILE = ads/b_spon_160x300-2.htm --->
The page and any text in it are displayed where I want on
Default.asp, but the graphics defined in the included
page "ads/b_spon_160x300-2.htm" will not appear. I
believe the problem is due to the need for different
paths to the graphics from Default.asp vs. from the
Include Page. Is there an ASP command to tell
Default.asp to temporarily change the default path for
the page before the <!--- #INCLUDE FILE =
ads/b_spon_160x300-2.htm ---> command, and then to set it
back to normal after that line? Or is there another way
to do this short of moving all the files into the same
directory?