Kbase P23909: How to get return the cgi variable document_root to a webspe
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/12/2003 |
|
Status: Unverified
GOAL:
How to get return the cgi variable document_root to a webspeed session
FIX:
DEFINE VARIABLE DOCUMENT_ROOT AS CHARACTER NO-UNDO.
RUN GetCgi IN web-utilities-hdl (INPUT "DOCUMENT_ROOT":U, OUTPUT DOCUMENT_ROOT).
{&OUT} DOCUMENT_ROOT.