Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: AW: RE: Include HTML-Files in another?


Message #1 by "Ebers, David" <David.Ebers@o...> on Mon, 5 Mar 2001 10:34:04 +0100
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: Ok.
: But what is the responsing code in JSP?
: Could not find something.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The syntax is probably the same.

# functions are not ASP - they are Server Side Directives (eg Server Side
Includes) and are common to most webservers today. eg:

<!-- #config -->
<!-- #flastmod -->
<!-- #echo -->

etc

<!--#INCLUDE FILE="filename.asp or inc" -->
will probably work on most webservers. Just make sure that whatever parses
your file handles SS directives as well.

Cheers
Ken


  Return to Index