document.writeln(" <form name=\"form1\" method=\"post\" action=\"login.asp\" onSubmit=\"return test()\">");
document.writeln("    <tr>");
document.writeln("      <td width=\"459\"  align=\"right\" valign=\"middle\" bgcolor=\"#FFFFFF\"><img src=\"newimg\/1titletop.gif\" width=\"17\" height=\"17\"> [<span style=\"font-weight: bold; color: #FF0000\">会员登录<\/span>] 用户名：");
document.writeln("        <input name=\"name\" type=\"text\" class=\"form4\" id=\"username\" size=\"16\" maxlength=\"16\">");
document.writeln("        密码：");
document.writeln("      <input name=\"pwd\" type=\"password\" class=\"form4\" id=\"userpwd\" size=\"16\" maxlength=\"16\"><\/td>");
document.writeln("      <td width=\"180\"  align=\"center\" bgcolor=\"#FFFFFF\"><select size=\"1\" name=\"user\">");
document.writeln("        <option selected value=\"0\">-请选择会员类别 <\/option>");
document.writeln("        <option value=\"1\">学员\/家长用户<\/option>");
document.writeln("        <option value=\"2\">教员\/教师用户<\/option>");
document.writeln("      <\/select>");
document.writeln("      <\/td>");
document.writeln("      <td width=\"263\" bgcolor=\"#FFFFFF\" ><input name=\"imageField\" type=\"image\" src=\"newimg\/login.gif\" width=\"63\" height=\"23\" border=\"0\">");
document.writeln("        <a href=\"register.asp\"> <img src=\"newimg\/reg.gif\" alt=\"会员注册中心\" width=\"63\" height=\"23\" border=\"0\"> <\/a> <a href=\"search_pwd1.asp\" target=\"_blank\"><img src=\"newimg\/getpasspwd.gif\" alt=\"会员密码取回\" width=\"63\" height=\"23\" border=\"0\"><\/a> <\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/form>");
