<script type="text/javascript" src="index2.js"></script>
^ I have this at the head.
The rest of this is in the body.
<form name="Login">
<table border=0><thead><tr><td>
Username:
<input type="text" name="usern">
Password:
<input type="password" name="pass">
<div align="center">
<input type="submit" value="Login">
</div>
</tr></thead></table>



