Availability: |
| |||
JavaScript syntax: | NES | request | ||
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.
The Request object supported by ASP is quite different to that supported by NES. Since the tag introducer is quite different for each server-side system, it is unlikely you'll deploy common scripts across NES and ASP running on IIS.
Property | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|
<input_name> | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
<urlExtension> | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
agent | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
imageX | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
imageY | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
ip | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
method | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
protocol | 1.1 ![]() | ![]() | ![]() | ![]() | ![]() | 2.0 ![]() | ![]() | ![]() | ![]() | ![]() | - |
Prev | Home | Next |
Remainder then assign (%=) | Up | request.<input_name> |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |