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

<iCGI>Tag


<iCGIPATH="path of file to run"
STDIN ="info to pass to program"
>

This tag can be used to incorporate any existing CGI application into iHTML. This includes batch files or other executables on a server. The output of the iCGI tag is to the page in which the tag exists on which is how all the other tags work. In other words, instead of going to the screen like a dos program, it will output to the html page which will be then viewed by the browser.
Usage This tag could be used to run custom programs within the iHTML environment. This is a very powerful feature that has security concerns that must be addressed. It can be disabled upon request to Inline Internet Systems due to these concerns.


Example Source Code
Top