About scripts

Scripts for a Web site include event handlers for HTML objects, client-side scripts associated with a document, and server-side scripts run before a document is downloaded to a browser. Client-side scripts can be written in several languages. Server-side scripts must be written in Java. Which languages you use depends on the browsers you want to support or the application server your site uses.

Code snippets can be saved in the Clip window and dropped into client- or server-side scripts as needed. Scripts can be saved as part of an HTML or JSP document, or in a separate file (one script per file).