Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Include File in HTML page


Message #1 by "Abhilash" <abhilashbr@y...> on Wed, 14 Nov 2001 12:01:45 +0530
Server side you can't as plain HTML pages are not processed, but just 
served as is. However, for example on ASP, you can simply rename your 
static HTML files to .ASP files.
This will hardly cause (if at all) a performance hit but gives you the 
ability to add include files.

Now all you gotta do is update all those links.... :-(

Client side you could include JavaScipt files that contain script logic to 
write out HTML, which, IM, is not a very maintainable and cross-browser 
thing to do.


Imar


At 12:01 PM 11/14/2001 +0530, you wrote:
>Hi,
>
>     How can I use an Include Files inside a HTML pages?
>
>Regards,
>Abhilash
>$subst('Email.Unsub')



  Return to Index