O'Reilly WebSite
[Previous] [Main] [Next]

 
html++ is fully compatible with WebSite by O'Reilly Software. All you need to do is place your html++ executables in the following directory:  
 
    \WebSite\cgi-shl  
 
The WebSite server will recognize URL's using either "/cgi-bin" or "/cgi-shl" as the same directory.  
 
To embed html++ output within another document, you must use Server-Side Includes. For the O'Reilly WebSite server, documents that use Server-Side Includes must have a suffix of "-ssi" (e.g., index.html-ssi).  
 
Within the document, you must specify the application to be executed using an HTML comment. For example:  
 
    <!--#exec cgi="/cgi-bin/htmlpp_app.exe" -->  
 
You may also find it useful to simply include other static documents within a document, such as for page headers, page footers, copyright notices, etc. To do that, embed the following within your document:  
 
    <!--#include file="document.html" -->  
 
Note that the pathname for include'd files is relative to the directory of the parent document.  
 
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.