How do you use includes with ASP?

  • Thread starter Thread starter H B
  • Start date Start date
H

H B

Guest
I am in the process of making a catering website, using a Windows 2003 Server.

This website is going to include a menu page, which is just one page (mysite.com/menu/index.asp), and the menus will be saved in the same directory in HTML format (e.g. mysite.com/menu/weddings.html).

I would like to include the respective file, but how is it achieved (I would like to use the syntax (mysite.com/menu/index.asp?menu=weddings).

Thanks in advance :)
 
Back
Top