Visual InterDev

server script

A script in a Web page that is executed by the server before the page is sent to the browser that requested the page. When the page is sent to the browser, the server has already run the server script and removed it from the page. Server script typically performs database lookups, navigates to another page in the Web, or process information entered by a user on an HTML form.

See also client script.