Table of Contents

Inet_Repos function

Description

Retrieves an HTML document from the repository.

Syntax

return = Inet_Repos(Request)

Parameters

The Inet_Repos() function has the following parameters:

ParametersDescription
Request[in] HTTP-request that carries the following parameters:

Parameters Description
DOC_ID - Repository name of a document to retrieve.
DOC_TYPE - Repository TYPE*CLASS of a document to retrieve (defaulted to DOC*HTML). Optional, if an HTML document is desired.

Returns

Repository document in HTML format (as a result of the GETHTML method execution), 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()