Script

Includes a JavaScript script.

Syntax

<% JavaScript code %>

Example

<%
response.setContentType("text/html")
%><html>
<body>
Hello World...
</body>
</html>