📄 editdaili.asp
字号:
<!--#include file="session.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
</head>
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from daili where id="&request("id")
rs.open sql,conn,3,3
%>
<body>
<form method="POST" action="dailito.asp?id=<%=rs("id")%>">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="300" bgcolor="#000000" height="99">
<tr>
<td bgcolor="#FFFFFF" width="126" align="center" height="22">用 户
名:</td>
<td bgcolor="#FFFFFF" width="372" height="22"> <%=rs("d_webname")%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="126" align="center" height="23">申请时间:</td>
<td bgcolor="#FFFFFF" width="372" height="23"> <%=rs("d_time")%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="126" align="center" height="23">代理确认:</td>
<td bgcolor="#FFFFFF" width="372" height="23"> <input type="radio" value="1" name="cao">点击确认</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="2" width="354" height="29">
<p align="center"><input type="submit" value="升级为现代理" name="B1"></td>
</tr>
</table>
</center>
</div>
</form>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>
</body>
</from>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -