====== 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: ^Parameters^Description^ |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_Msg()]], [[inet_queryparam|Inet_QueryParam()]], [[inet_rlist|Inet_Rlist()]], [[inet_security|Inet_Security()]], [[inet_trace|Inet_Trace()]]