📄 redit.asp
字号:
<!--#include file="bkconn.asp"-->
<%
if request.querystring("id")="" then
response.write "没有正确的ID号"
else
NUMBER=clng(request.querystring("id"))
set RST=conn.execute("select * from book where id=" &NUMBER)
end if
%>
<html>
<head>
<title>详细资料</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div align="center"><center>
<table border="1" width="60%" cellspacing="0" cellpadding="0" bordercolorlight="#000000"
bordercolordark="#FFFFFF">
<tr>
<td width="100%" align="center"><b><font color="#FF0000" size="5">客户域名管理系统</font></b></td>
</tr>
</table>
</center></div>
<form method="POST" action="reditsave.asp">
<div align="center">
<center>
<table width="417" border="1" cellpadding="2" height="371" bgcolor="#E1FFE1" bordercolordark="#FFFFFF" bordercolorlight="#000000" cellspacing="0">
<tr align="right">
<td colspan="2" width="409" height="14"><b>客户域名管理系统<font size="2">..................修改界面</font></b></td>
</tr>
<tr>
<td width="97" height="23">客户名称:</td>
<td width="306" height="23">
<input type="text" name="guestname" size="30" value="<%=rst("guestname")%>">
</td>
</tr>
<tr>
<td width="97" height="23">所注域名:</td>
<td width="306" height="23">
<input type="text" name="domainname" size="30" value="<%=rst("domainname")%>">
</td>
</tr>
<tr>
<td width="97" height="23">注册时间:</td>
<td height="23" width="306">
<input type="text" name="retime" size="30" value="<%=rst("retime")%>">
</td>
</tr>
<tr>
<td width="97" height="23">注册年限:</td>
<td height="23" width="306">
<input type="text" name="yearltd" size="30" value="<%=rst("nx")%>">
</td>
</tr>
<tr>
<td width="97" height="23">地址:</td>
<td height="23" width="306">
<input type="text" name="address" size="30" value="<%=rst("address")%>">
</td>
</tr>
<tr>
<td width="97" height="23">电话:</td>
<td height="23" width="306">
<input type="text" name="tel" size="30" value="<%=rst("tel")%>">
</td>
</tr>
<tr>
<td width="97" height="23">传真:</td>
<td height="23" width="306">
<input type="text" name="fax" size="30" value="<%=rst("fax")%>">
</td>
</tr>
<tr>
<td width="97" height="23">E-mail:</td>
<td height="23" width="306">
<input type="text" name="email" size="30" value="<%=rst("email")%>">
</td>
</tr>
<tr>
<td width="97" height="23">联系人:</td>
<td height="23" width="306">
<input type="text" name="linkpeople" size="30" value="<%=rst("linkpeople")%>">
</td>
</tr>
<tr>
<td width="97" height="23">目录:</td>
<td height="23" width="306">
<input type="text" name="serverlist" size="30" value="<%=rst("serverlist")%>">
</td>
</tr>
<tr>
<td width="97" height="23">费用:</td>
<td height="23" width="306">
<input type="text" name="cost" size="30" value="<%=rst("cost")%>">
</td>
</tr>
<tr>
<td width="97" height="10">备注:</td>
<td height="10" valign="top" width="306">
<input type="text" name="remark" size="30" value="<%=rst("remark")%>">
</td>
</tr>
<tr>
<td width="97" height="7">编号:</td>
<td height="7" valign="top" width="306">
<input type="text" name="id" size="30" value="<%=rst("id")%>">
</td>
</tr>
</table>
</center>
</div>
<p align="center"> <input type="submit" value="修改" name="B1"> <input type="reset" value="还原" name="B2"></p>
<p align="center"><font color="#000080">网佳工作室</font><a href="mailto:netgood@alibaba.com">鹿鹿</a><font color="#000080">┃©2001,All
Right Server</font><a href="javascript:self.close()">『关闭窗口』</a>
</form>
</body>
</html>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -