Usage
Build your HTML page like this:
<html>
<head>
...
</head>
<body>
<script type="text/javascript" src="loader1.js"></script>
...
(Your content here)
...
<script type="text/javascript" src="loader2.js"></script>
</body>
</html>
You should also have a look at the source code of the sample page.
Comments
|