~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: 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