📄 editnopass.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>
<body><%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from control4 where id="&request("id")
rs.open sql,conn,3,3
%>
<form method="POST" action="nopass_to.asp?id=<%=rs("id")%>">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="300" bgcolor="#000000" height="109">
<tr>
<td bgcolor="#FFFFFF" width="77" align="center" height="23">用 户 名:</td>
<td bgcolor="#FFFFFF" width="221" height="23"> <%=rs("name4")%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="77" align="center" height="23">订 单 号:</td>
<td bgcolor="#FFFFFF" width="221" height="23"> <%=rs("sub_number2")%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" width="77" align="center" height="24">操
作:</td>
<td bgcolor="#FFFFFF" width="221" height="24"> <input type="radio" value="1" name="cao4">确认操作</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="2" width="294" height="14">
<p align="center"><input type="submit" value="完成提交" name="B1"></p>
</td>
</tr>
</table>
</center>
</div>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -