Server-side function | |
Implemented in | Netscape Server 3.0 |
ssjs_getCGIVariable(varName)
varName | A string containing the name of the environment variable to retrieve. |
ssjs_getCGIVariable
lets you access the environment variables set in the server process, including the CGI variables listed in Table 13.2.
Table 13.2 CGI variables accessible through ssjs_getCGIVariable
classpath = ssjs_getCGIVariable("CLASSPATH");
Last Updated: 10/31/97 16:38:00