Description
Retrieves an HTML document from the repository.
Syntax
return = Inet_Repos(Request)
Parameters
The Inet_Repos() function has the following parameters:
Parameters | Description | ||||||
---|---|---|---|---|---|---|---|
Request [in] | HTTP-request that carries the following parameters:
| ||||||
return | [out] Repository document in HTML format (as a result of the GETHTML method execution) |
Returns
Repository document in HTML format, suitable for displaying in a Web browser window.
Example
To display an HTML document, registered in the Repository as HRM, which points to an HTML page, enter a URL similar to the following:
http://127.0.0.1/cgi-bin/oecgi.exe/INET_REPOS?DOC_ID=HRM
See also
Inet_Msg(), Inet_QueryParam(), Inet_Rlist(), Inet_Security(), Inet_Trace()