Forum Moderators: open

Message Too Old, No Replies

Help! About asp absolute header paths

         

kittychuk

1:46 am on Sep 23, 2006 (gmt 0)

10+ Year Member



Hi,

My website is asp platform. I want to create a header and footer file. I don't want relative paths. Because I have many folders.

I use
<!--#include file="http://www.#*$!.com/sss.asp" -->

But it does not work.

Any other method to create a header path of absolute path.

Best Regard
Kitty

mattur

12:54 pm on Sep 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use "include file" statements to include files using filesystem syntax, and "include virtual" for virtual web paths eg:

<!-- #include virtual="/sss.asp" -->