Define application member variables, event handlers, and methods.
<script runat=”server” language=”language” src=”externalfile”> Code goes here…. </script>
Code declaration blocks are defined using <script> tags that contain a runat="server"
attribute/value pair. The script tag may optionally utilize a “language” attribute to specify the language of its inner code. If none is specified, ASP+ will default to the language configured for the application (specified in the application’s XML configuration file).
[To be supplied.]
ASP+ Application File Syntax