<form action="/e/aspx/post.aspx" enctype="multipart/form-data" method="post" name="baom">
<table width="95%" align="center" border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td align="right">联系电话 <span style="color: rgb(255, 0, 0);">*</span></td>
<td><input id="pa_tel" type="text" maxlength="50" value="" name="pa_tel" /></td>
</tr>
<tr>
<td align="right">姓名 <span style="color: rgb(255, 0, 0);">*</span></td>
<td><input id="pa_name" type="text" maxlength="50" value="" style="width: 200px; height: 20px;" name="pa_name" /></td>
</tr>
<tr>
<td align="right">详细地址 <span style="color: rgb(255, 0, 0);">*</span></td>
<td><input id="pa_address" type="text" maxlength="50" value="" name="pa_address" /></td>
</tr>
<tr>
<td align="right">性别 <span style="color: rgb(255, 0, 0);">*</span></td>
<td><input type="radio" checked="" value="1" name="pa_xb" />男 <input type="radio" value="2" name="pa_xb" />女</td>
</tr>
<tr>
<td align="right">报考专业 <span style="color: rgb(255, 0, 0);">*</span></td>
<td><select name="pa_zy">
<option value="1" selected="selected">中文</option>
<option value="2">英文</option>
</select></td>
</tr>
<tr>
<td align="right">验证码<span style="color: rgb(255, 0, 0);">*</span></td>
<td><input id="vcode" type="text" size="4" maxlength="4" name="vcode" /> <img align="absmiddle" id="vcode_img" onclick="Code_Change('vcode_img')" alt="点击更换" border="0" style="cursor: pointer;" src="/e/aspx/yzm.aspx" /></td>
</tr>
<tr>
<td align="center" colspan="2"><input type="hidden" value="0" name="checked" /><input type="hidden" value="0" name="showcode" /><input type="hidden" value="" name="to" /><input type="hidden" value="" name="mailto" /><input type="hidden" value="" name="mailreply" /><input type="hidden" value="" name="mailsubject" /><input type="hidden" value="" name="mailbody" /><input type="hidden" value="0" name="sendmail" /><input type="hidden" value="1" name="insertdatabase" /><input type="hidden" value="1" name="siteid" /><input type="hidden" value="baom" name="formtable" /><input type="hidden" value="联系电话,姓名,详细地址,性别,报考专业," name="mustname" /><input type="hidden" value="pa_tel,pa_name,pa_address,pa_xb,pa_zy," name="mustfield" /><input type="hidden" value="text,text,text,radio,select," name="musttype" /><input class="bt" type="button" onclick="return set_baom()" value=" 提交 " /> <input class="bt" type="reset" value=" 重设 " /></td>
</tr>
</tbody>
</table>
</form>