<form name="form1" method="get" action="">
用户名
   <input type="text" name="textfield" size="16" class="bord2">
密码
   <input type="text" name="textfield2" size="16" class="bord2"><input type="image" border="0" name="A" src="../login/enter.gif" width="40" height="39">
<input type="image" border="0" name="A" src="../login/enter.gif" width="40" height="39" onclick="goto()"><input type="image" border="0" name="B" src="../login/register.gif" width="50" height="20" onclick="goto()"><input type="image" border="0" name="C" src="../login/register.gif" width="50" height="20" onclick="goto()">
</form>
<script>
function goto()
{
    page = event.srcElement.name + ".asp";
document.form1.action=page;
}
</script>