<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<HEAD><TITLE>快车用户中心--用户注册</TITLE><SCRIPT src="qiantai/prototype.js" type=text/javascript></SCRIPT><SCRIPT src="qiantai/js.js" type=text/javascript></SCRIPT><SCRIPT src="qiantai/register.js" type=text/javascript></SCRIPT>
<LINK href="qiantai/uc_style.css" type=text/css rel=stylesheet><style type="text/css">body,td,th {
color: #999;
}
#apDiv1 {
position:absolute;
left:184px;
top:120px;
width:806px;
height:58px;
z-index:1;
background-color: #666666;
}
body {
margin-top: 0px;
margin-left: 0px;
}</style></HEAD>
<BODY>
<DIV id=head_top>
  <DIV class=logo>
    <table width="214" height="86" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td align="left" valign="top"><img src="qiantai/ITunes.png" width="124" height="87" align="top"></td>
      </tr>
    </table>  </DIV>
 
    <LI><A title=客服论坛 href="http://bbs.flashget.com/" target=_blank>客服论坛</A> 
</LI></UL>
</DIV>
<DIV id=main>
<DIV class=regbg><div id=resTop>
<UL class=title>
  <LI class=active><div id=resImg>1.填写注册信息</div> </LI>
  <LI>2.注册成功 </LI></UL>  </div
><FORM name="form1" action="reg.php" method="post" id="form1">
    <input type="hidden" 
value="" name=carplate>
    <!--    <input type="hidden" value="{$machine}" name="machine" />-->
    <input 
type=hidden value=reg.php name=refere>
    <TABLE height="374" border=0 cellPadding=0 cellSpacing=0 class=reginfo>
      <TBODY>
  <TR>
    <TD width="130" class=td1>填写用户名: </TD>
    <TD width="203" class=text><LABEL><INPUT id=username 
      onblur=ajaxUserid();findUserid(this.value) maxLength=16 name=username> 
      </LABEL></TD>
    <TD width="332" bgcolor="#FFFFFF"><SPAN class=normal id=note-userid>* 
     长度为4-16个字符的数字、字母。仅在登录时使用!</SPAN></TD></TR>
  <TR>
    <TD class=td1>登录账户的密码:</TD>
    <TD class=text><INPUT id=pass onblur=ajaxpassword(); type=password 
      name=pass></TD>
    <TD><SPAN class=normal id=note-password>* 
   密码最好包含数字和字母,提高您的账户安全!</SPAN></TD></TR>
  <TR>
    <TD class=td1>请再次确认密码:</TD>
    <TD class=text><INPUT id=repassword onblur=ajaxrepassword(); type=password 
      name=repassword></TD>
    <TD><SPAN class=normal id=re-password>*  两次密码输入要一致!</SPAN></TD></TR>
  <TR>
    <TD class=td1>常用的邮箱:</TD>
    <TD class=text><INPUT id=email onblur=ajaxemail(); name=email> </TD>
    <TD><SPAN class=normal id=note-email>*  当您忘记用户名和密码时,可使用邮箱找回!</SPAN></TD></TR>
  <TR>
    <TD class=td1>输入右侧的验证码:</TD>
    <TD class=text><INPUT id=validate onblur=ajaxvalidate(); 
      style="WIDTH: 60px" size=10 name=validate>  <IMG id=validate 
      style="WIDTH: 70px" 
      onclick="src='./validate/img.php?' + new Date().getTime()" 
      src="qiantai/img.png" align=middle border=0 name=validate></TD>
    <TD><SPAN class=normal></SPAN><SPAN class=normal 
      id=note-validate>请输入校验码</SPAN></TD></TR>
  <TR>
    <TD height="40" class=td1> </TD>
    <TD><INPUT id=checkbox style="VERTICAL-ALIGN: middle" type=checkbox 
      CHECKED name=checkbox> <A class=tk 
      href="#">我接受服务条款</A></TD>
    <TD> </TD></TR>
    <tr>
    <td height="73" colspan="3" align="center>
    </td>
    </tr>
  <TR>
    <TD>&nbsp;</TD>
    <TD colSpan=>
     <input type="submit" name="Submit"  onclick="checkFormRegNew();" value="同意" />
   <!-- <BUTTON 
     
      onclick=checkFormRegNew(); name="sub1" value="sub1">同意</BUTTON>-->
    </TD>
    <td>
     <input type="reset" name="reset"  value="重置" />
    </td>
    </TR></TBODY></TABLE></FORM></DIV></DIV><BODY></HTML>

解决方案 »

  1.   

    编码问题最好是在动手之前就定义好。在项目中,改动一处编码可以会引发很多地方的编码都要更改。
    <%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
    Eclipse中点这个文件右击-->属性-->改编码
      

  2.   

    TMD!你猜各位,
    是啥问题?
    ©©©©©©©©©©©©©©©©©©©©
    就是这个字符!!不信大家试试,不可能转换为GB2312,我找到啦