Hi there,
I have a website in which all the files are kept within a root folder called "MyWebSite".
The root folder has all the .asp files among which I use one include file called header.asp which is common for all the files.
The problem is I have also some internal folders and files(ex: MyWebSite ->InternalFolder ->"InternalFile.asp" where also I would like to include the header file to avoid re-writing the codes.
I included the file like <!--#include file=../header.asp -->
The file is actaully got included but with the broken images.I understand the reason why(it's because the path for the images are not correct)
I want to know some beautiful way so that I could use only one header file in the root folder and make it common for all the files in the root as well as sub folders without the broken image. I beleive there is some way you experts could help me.
Thanks in advance
Faheemi
Hong Kong
I have a website in which all the files are kept within a root folder called "MyWebSite".
The root folder has all the .asp files among which I use one include file called header.asp which is common for all the files.
The problem is I have also some internal folders and files(ex: MyWebSite ->InternalFolder ->"InternalFile.asp" where also I would like to include the header file to avoid re-writing the codes.
I included the file like <!--#include file=../header.asp -->
The file is actaully got included but with the broken images.I understand the reason why(it's because the path for the images are not correct)
I want to know some beautiful way so that I could use only one header file in the root folder and make it common for all the files in the root as well as sub folders without the broken image. I beleive there is some way you experts could help me.
Thanks in advance
Faheemi
Hong Kong