📄 dizhibenadd.jsp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="71">
<form target="frmHidden" method="post" action="/main.do?event=doDzbAdd">
<tr>
<td width="40%" height="22" align="right"> </td>
<td width="50%" height="22"> </td>
</tr>
<tr>
<td width="40%" height="22" align="right">收货人:</td>
<td width="50%" height="22"><input type="text" name="name" size="14"></td>
</tr>
<tr>
<td width="40%" height="22" align="right">地址:</td>
<td width="50%" height="22"><input type="text" name="address" size="37"></td>
</tr>
<tr>
<td width="40%" height="22" align="right">邮编:</td>
<td width="50%" height="22"><input type="text" name="post" size="16"></td>
</tr>
<tr>
<td width="40%" height="22" align="right">联系电话:</td>
<td width="50%" height="22"><input type="text" name="tel" size="20"></td>
</tr>
<tr>
<td width="40%" height="22" align="right">移动电话:</td>
<td width="50%" height="22"><input type="text" name="mobile" size="20"></td>
</tr>
<tr>
<td width="100%" height="38" align="center" colspan="2">
<input type="hidden" name="user_id" value="<%=session.getAttribute("USERID")%>" />
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
</td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -