response.client (Property)

A reference to a client object when scripts are used in NES.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:client object
JavaScript syntax:NESclient

This global property points at a client object that is created automatically. The transactions between the Netscape Enterprise Server and the client browser maintain sufficient session state information that this object can be made available between one page request and the next.

See also:client object, Netscape Enterprise Server, request object