List_Add.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:3k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <!--#include file="../../inc/conn.asp"-->
  2. <LINK REL="stylesheet" HREF="../images/style.css" TYPE="text/css"> <META content="text/html;charset=gb2312" http-equiv="Content-Type">
  3. <style type="text/css">
  4. <!--
  5. .style1 {
  6. color: #FFFFFF;
  7. font-weight: bold;
  8. }
  9. -->
  10. </style>
  11. <form name="form1" method="post" action="List_Save.asp" enctype="multipart/form-data">
  12.   <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight="#000000">
  13.     <tr bgcolor="#23458B"> 
  14.       <td height="25" colspan="2"> 
  15.         <div align="center" class="style1">信息添加</div>      </td>
  16.     </tr>
  17.     <tr> 
  18.       <TD WIDTH="21%" height="6"> 
  19.         <div align="center"><FONT COLOR="#FF0000"> * </FONT>用户名:</div></TD>
  20.       <td width="79%" height="6"> 
  21.         <input type="text" name="title" size="50">      </td>
  22.     </tr>
  23.     <tr>
  24.       <TD height="6"><div align="center"><font color="#FF0000">* </font>密码:</div></TD>
  25.       <td width="79%" height="6"><input name="pw" type="text" id="pw" size="50" /></td>
  26.     </tr>
  27.     <tr> 
  28.       <TD WIDTH="21%" height="12"> 
  29.         <div align="center"><FONT COLOR="#FF0000"> * </FONT>地址:</div></TD>
  30.       <td width="79%" height="12"><input type="text" name="title2" size="50" /></td>
  31.     </tr>
  32.     <tr> 
  33.       <TD WIDTH="21%" height="12"> 
  34.         <div align="center"><FONT COLOR="#FF0000">*</FONT> 身份证号:</div></TD>
  35.       <td width="79%" height="0"><input type="text" name="title3" size="50" /></td>
  36.     </tr>
  37.     <tr>
  38.       <TD height="13"><div align="center"><font color="#FF0000">*</font> 固定电话:</div></TD>
  39.       <td width="79%" height="0"><input type="text" name="title4" size="50" /></td>
  40.     </tr>
  41.     <tr>
  42.       <TD height="25"><div align="center"><font color="#FF0000">*</font> 手机:</div></TD>
  43.       <td width="79%" height="0"><input type="text" name="title5" size="50" /></td>
  44.     </tr>
  45.     <tr>
  46.       <TD height="25"><div align="center"><font color="#FF0000">*</font> QQ:</div></TD>
  47.       <td width="79%" height="0"><input type="text" name="title6" size="50" /></td>
  48.     </tr>
  49.     <tr>
  50.       <TD height="25" valign="top"><div align="center"><font color="#FF0000">*</font> 备注:</div></TD>
  51.       <td width="79%" height="0"><textarea name="title7" cols="50" rows="8"></textarea></td>
  52.     </tr>
  53.     <tr> 
  54.       <td height="25" colspan="2"> 
  55.         <div align="center"> 
  56.           <input type="submit" name="Submit" value="添加">
  57.           <input type="button" value="取消" onClick="history.go(-1)">
  58.           <input type="hidden" name="operation" value="add">
  59.         </div>      </td>
  60.     </tr>
  61.   </table>
  62.   <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center" height="34"> 
  63. <tr> <td> <div align="center">说明:<font color="#FF0000">*</font> 为必须填写的内容</div></td></tr> 
  64. </table></form>