Home Solutions Web and Application Hosting Site Development Services InfraServer Application Server Technical Support Corporate Login
|
|
| infraServer components: HTMLObject
|

The HTMLObject component can be used to create and display web-specific content and layouts. Within them, HTMLObjects may reference other objects and pass parameters to allow the creation of dynamic documents.
While developing a page using an HTMLObject necessarily implies HTML-specific use of the page, the InfraServer parses the HTML and returns request-specific content when other types (e.g. pdf) are requested. HTML 3.0 is currently supported in this fashion.
Attributes
| Name |
Value/Explanation |
| contents |
The HTML text itself. HTML may have embedded server-side directives in order to request that the server replace the directive with remote or dynamic content. |
|