⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 add_xinxi.asp

📁 GIS系统初期,目前孩子啊处于测试阶段,好奇的朋友可以看看.
💻 ASP
字号:
<!--#include file="session.asp"-->
<HTML><HEAD><title>SMS-GIS管理系统---添加信息</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="img/css.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
-->
</style>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table width="780" border="0" cellpadding="0" cellspacing="0">
  <tr><td align="center" valign="top" bgcolor="#F9F9F9"><form name="form" method="post" action="add_ok.asp">
		<table width="321" height="219" border="0" cellpadding="0" cellspacing="1" bgcolor="#666666">
      <tr align="center">
        <td colspan="2" height="40" style="background-color: #D4D0C8">
		<font color="#0066CC" style="font-size: 9pt"><b>添 加 记 录</b></font></td>
        </tr>
      <tr bgcolor="#FFFFFF">
        <td width="99" align="center" bgcolor="#CCCCCC" height="30">
		<span style="font-size: 9pt">来 电 姓 名:</span></td>
        <td width="190" bgcolor="#CCCCCC">
		<span style="font-size: 9pt">
		<input name="other_name" type="text" size="20"></span></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="99" align="center" height="30"><span style="font-size: 9pt">来 电 号 码:</span></td>
        <td width="190">
		<span style="font-size: 9pt">
		<input name="other_mobile" type="text" size="20"></span></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="99" align="center" bgcolor="#CCCCCC" height="30">
		<span style="font-size: 9pt">来 电 内 容:</span></td>
        <td width="190" bgcolor="#CCCCCC">
		<span style="font-size: 9pt">
		<input name="content" type="text" size="20"></span></td>
      </tr>
      <tr align="center">
        <td colspan="2" height="35" bgcolor="#CCCCCC">
		<span style="font-size: 9pt">
		<input type="submit" name="Submit" value="添加记录">
		<input type="reset" name="Submit" value="重新填写">
        </span>
        </td>
        </tr>
    </table></form></td>
  </tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -