response.addClient() (Method)

Information about the client is added to a URL.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESaddClient()

Use this method to maintain state across requests by hiding information about the client in the URL. This allows you to send a page to the client and when they submit a form you can associate that request with the previous one.

See also:Netscape Enterprise Server