Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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: <code> http://127.0.0.1/cgi-bin/oecgi.exe/INET_REPOS?DOC_ID=HRM </code> ==== See Also ==== [[inet_msg|Inet_Msg()]], [[inet_queryparam|Inet_QueryParam()]], [[inet_rlist|Inet_Rlist()]], [[inet_security|Inet_Security()]], [[inet_trace|Inet_Trace()]] guides/programming/programmers_reference_manual/inet_repos.txt Last modified: 2024/06/19 20:20by 127.0.0.1