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:

ParametersDescription
DOC_IDRepository name of a document to retrieve.
DOC_TYPERepository TYPE*CLASS of a document to retrieve (defaulted to DOC*HTML). Optional, if an HTML document is desired.
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()

  • No labels