here is an example code for a login form i created
and this is the code
<form name="form1" method="post" action="">
<p>Username:
<input type="text" name="user">
</p>
<p>Password:
<input type="text" name="pass">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
<p>Username:
<input type="text" name="user">
</p>
<p>Password:
<input type="text" name="pass">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
Thanks to the folks at Webune for their help on this. if you ever need reliable web hosting, you should visit them at www.webune.com

