<SERVER> | NN 2 IE n/a HTML n/a |
<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> |