Contents Index Cached pages Pocket IE limitations

UltraLite ActiveX User's Guide
  Understanding UltraLite ActiveX Development
    Preparing to work with UltraLite ActiveX
      Working with JScript

Script execution order

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>

Contents Index Cached pages Pocket IE limitations