[CODE]<form name="form1" method="post" action=" checklogin.asp">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" height="28"><span class="STYLE3">用户名:</span></td>
<td width="70%"><input name="username" type="text" style="height:15;border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;" id="name3" size="13"></td>
</tr>
<tr>
<td height="28"><span class="STYLE3">密 码:</span></td>
<td><input name="password" type="password" style="height:15;border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;" id="pass3" size="13"></td>
</tr>
<tr>
<td height="25" colspan="2" class="font"><div align="center">
<input type="radio" id=xz1 name="xz" onclick="document.getElementById('areg').href='reg1.asp'" value="个人" />
<label for=xz1 class="STYLE3">个人</label>
<input type="radio" id=xz2 name="xz" onclick="document.getElementById('areg').href='reg2.asp'" value="公司" />
<label for=xz2 class="STYLE3">公司</label></div></td>
</tr>
<tr>
<td height="25" colspan="2" class="font">
<input name="Submit" type="submit" style="height:18;width:60;background:#ffFFFF;border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;color:#000000" value="登陆">
<input name="Submit2" type="reset" style="height:18;width:60;background:#ffFFFF;border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;color:#000000" value="清除"></td>
</tr>
<tr>
<td height="14" colspan="2"><div align="center"><a href="#" target="_parent" id="areg"><span class="STYLE5">新用户注册</span></a> <span class="STYLE5">忘记密码</span></div></td>
</tr>
</table>
</form>[/CODE]