?? serch.asp
字號:
<!--#include file="conn.asp"-->
<%
name=request.form("name")
tel=request.form("ym")
exec="select * from sa where name='"+name+"' and tel="+ym
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<title>無標題文檔</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
do while not rs.eof
%><tr>
<td><%=rs("name")%></td>
<td><%=rs("ym")%></td>
<td><%=rs("fec_t")%></td>
<td><%=rs("fec_u")%></td>
</tr>
<%
rs.movenext
loop
%>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -