E-mail List Archives
RE: Frame Avoidance
From: julian.rickards
Date: Apr 9, 2003 11:41AM
- Next message: Joel Ward: "Re: Frame Avoidance"
- Previous message: Lori K. Brown: "Re: Frame Avoidance"
- Next message in Thread: Joel Ward: "Re: Frame Avoidance"
- Previous message in Thread: None
- View all messages in this Thread
If you are using Dreamweaver, use Library objects.
If your webserver is Apache, use server-side includes. This means that you
must name your webpages with the extension .shtml. Includes use the format
of:
<!--#include virtual="/path/navbar.inc" -->
It is recommended that you use the full path (from the root of the website).
If you are using a IIS server, you can use server-side includes too - the
format is identical but you have to name the files with the extension .asp
so that the server knows to read the file and process the includes.
Hope this helps,
Jules
- Next message: Joel Ward: "Re: Frame Avoidance"
- Previous message: Lori K. Brown: "Re: Frame Avoidance"
- Next message in Thread: Joel Ward: "Re: Frame Avoidance"
- Previous message in Thread: None
- View all messages in this Thread