Name

<SERVER> — NN 2 IE n/a HTML n/a

Synopsis

<SERVER>...</SERVER>

End Tag: Required

The SERVER element is a Navigator-specific element that instructs a Netscape web server (FastTrack or Enterprise server) to execute server-side JavaScript routines. Such routines may include retrieving or setting database records as well as assembling content that is written to the current page. Server-side scripting is outside the scope of this book.

Example

<BODY>
<P>Today's closing numbers:</P>
<SERVER>displayClose()</SERVER>
</BODY>

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.