Header & Footer |
12/28/2009 5:43:50 AM |
ASPRunnerPro General questions | |
P
Philip author
Hello, |
|
J
|
Jane 12/28/2009 |
Philip, <img src="image.jpg"> |
A
|
artistscope 1/14/2010 |
I am using the ASP verion... does the include header need to reside in the include folder? |
J
|
Jane 1/14/2010 |
Yes. Also I recommend you to add your code to the header on the Visual Editor tab directly. |
D
|
dbex 1/20/2010 |
I am using the ASP verion... does the include header need to reside in the include folder? I would like to use a header and footer from below the asprunner folder, for example my asprunner pages are at /export/ and the header/footer is at / I have tried using... if fs.FileExists(Server.MapPath("..\inc_export_header.asp")) then Server.Execute("..\inc_export_header.asp") But nothing shows. What are the limitations?
|
A
|
artistscope 1/20/2010 |
In the end I did away with the server.include line and used direct includes because the header and side menus are employing database routines before the asp.runner pge loads. |