Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Include HTML-Files in another?


Message #1 by "Ebers, David" <David.Ebers@o...> on Fri, 2 Mar 2001 09:47:35 +0100
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


  Return to Index