I would use ASP, it is simple. This is the code:
<!--#INCLUDE FILE="filename.asp or inc" -->
That's it
Daniel
Daniel O'Dorisio
dodorisio@h...
-----Original Message-----
From: Ebers, David [mailto:David.Ebers@o...]
Sent: Friday, March 02, 2001 3:48 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Include HTML-Files in another?
I will define templates of HTML-Code and later include them
in other html pages.
E.g One should contain const variable like MAX_TABLE_WIDTH.
Later I would like to change the only the template and effect all pages.
Thanks, David