NinjaTurtle
10-24-2002, 08:02 AM
dear,
example:
The web root is "Project",
there are many asp files and images store in this directory, then there is a folder called "Images" store all the image files,so when i want to use the image file, i just need to write the file source "Images/abc.JPG", i have a include file called "footer.asp" that shared by all ASP file, the include file contains 1 image file that is from "Images" folder, the source named "Images/abc.JPG", but how if 1 of the ASP need to share the "Footer.asp" file which inside another folder call "Share", the images source should be "../images/abc.JPG", rite?
That's mean i need to have two sets of "footer.asp" in the root "Project"????
example:
The web root is "Project",
there are many asp files and images store in this directory, then there is a folder called "Images" store all the image files,so when i want to use the image file, i just need to write the file source "Images/abc.JPG", i have a include file called "footer.asp" that shared by all ASP file, the include file contains 1 image file that is from "Images" folder, the source named "Images/abc.JPG", but how if 1 of the ASP need to share the "Footer.asp" file which inside another folder call "Share", the images source should be "../images/abc.JPG", rite?
That's mean i need to have two sets of "footer.asp" in the root "Project"????