The <SERVER>
element is supported by Netscape only.
The <SERVER>
element can be used to execute Javascript functions via LiveWire (Netscapes server application development system). When a LiveWire compatible server encounters the <SERVER>
element, all the code in between will be processed by the server and not served in the page that the user sees. This is similar to the <% ... %>
or <SCRIPT RUNAT="server">
elements for ASP documents running on the Microsoft Internet Information Server.