The SERVER tag specifies server-side JavaScript statements that are used in a JavaScript application on the server. (Contrast this with the SCRIPT tag, which specifies client-side JavaScript statements that
run in the browser.) When a script is specified within the SERVER tag, it is run on the server before the page is passed to the browser. |