This component relays code into the final HTML page. One of it's primary uses is to insert server side includes for server functionality.
Properties
|
Name |
Type |
Description |
| Head Code |
String |
A string which is inserted in the Head section of the final HTML document. |
| Body Code |
String |
A string which is inserted at the location of the component within the Body of the final HTML document. |
| JS Onload Code |
String |
A string which is inserted into the javascript function which is executed when the HTML page is loaded. |
| JS OnUnload Code |
String |
A string which is inserted into the javascript function which is executed when the HTML page is unloaded. (i.e. when the user navigates from it or closes the browser window) |
Note!
This component does not alter any of the code relayed through it, which means that if used with non-XHTML compliant code, the web site generated will no longer conform to the XHTML standard.