UltraLite ActiveX User's Guide
Understanding UltraLite ActiveX Development
Preparing to work with UltraLite ActiveX
Working with JScript
To force scripts to run before the page is loaded, for example, to get a database connection which results in dynamic HTML content, place those scripts in the HTML head:
<head> <script>... </script></head>