0 Members and 9 Guests are viewing this topic.
<html> <head> <title> Page Title </title> <script src="jBasic.js"></script> <script> function setup(){ //Place code here. } </script> </head> <body onload="gScreen = document.getElementById('window');setup();"> <div id="window"> </div> </body></html>