Netscape Enterprise Server (Product)

A web server that supports JavaScript on the server side.

Server-side scripting is accomplished by enclosing the JavaScript code inside <SERVER> tags in the HTML. These will be parsed out as the pages is processed and sent onwards. They will be replaced by the output of the script enclosed in the tags.

The main difference is that where you might have used a document.write() method in the client side script, on the server side, you use a write() method.

If the <SERVER> tag remains intact and is forwarded in the document sent onwards to the browser, the browser should ignore it. However, this could give away much valuable information about the inside of the server and middle-ware. That could aid the wily hacker in an intrusion attack.

See also:blob object, client object, Connection object, Cursor object, database object, DbPool object, File object, Lock object, project object, request object, response object, ResultSet object, SendMail object, server object, Stproc object

Cross-references:

Wrox Instant JavaScript - page - 64