WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Frame Avoidance

for

From: julian.rickards
Date: Apr 9, 2003 11:41AM


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