request object (Object/NES)

A server-side object maintained by NES for each HTTP: request.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESrequest
Object properties:<input_name>, <urlExtension>, agent, imageX, imageY, ip, method, protocol

Whenever a user requests a page from a Netscape Enterprise Server, a request object is created to manage storage, methods and properties for that request. When the request is returned, the object can be destroyed as it will have no further use.

The request object contains details of the URL, form data and search criteria. This is the way that you access the data in a form submit for example.

There are other properties belonging to this object that can tell you a lot about the client and what is happening there.

The ASP server also supports a Request object, whose name is capitalized. It's there for the same purpose and manages the incoming requests from the the clients' browsers.

Warnings:

See also:Netscape Enterprise Server, response.client, response.request, unwatch(), watch()

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
<input_name>1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
<urlExtension>1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
agent1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
imageX1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
imageY1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
ip1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/aWarning
method1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
protocol1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-