Server side includes

  

Server side includes allows including other files with often used code in another file. These includes are resolved before displaying the page in the browser. To include another file in any html file use the following tag:

 

<%Include:Filename%>

 

If the included file contains an include tag too, these includes are resolved as well. Recursive includes are recognized and produce a warning message in html code. If the include file cannot be found a warning message is displayed in html file.


Copyright © 2018 3iMedia GmbH