[ Main Menu ] [ Extension Tools Menu ] [ Lite Edition Menu ]

<iINCLUDE> Tag


<iINCLUDE NAME="filename"
[PARSE="TRUE | FALSE"
>

This tag will include another file on the HTML page and resolve any iHTML tags in the other file.
Usage This tag can be used to create a standard header or footer for a web site. By changing only one file, the entire site header/footer can be changed. This is very useful when adding sections to a site. This can also be used to import standard iHTML bits of code and will resolve any iHTML tags in the imported file. The path can be absolute or relative. The PARSE directive default is TRUE and can be set to FALSE to improve speed on include files that contain no iHTML tags.
Resolution Imports the specified file and resolves it's tags to data.


iINCLUDE Example
Example Source Code
Top