📄 showdingdan.asp
字号:
<!--#include file="../inc/conn.asp"-->
<!--#include file="checkpwd.asp"-->
<!--#include file="../inc/title.inc"-->
<form action="" method="post">
<table width="736" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="148" height="78"> </td>
<td width="300"> </td>
<td width="220"> </td>
<td width="68"> </td>
</tr>
<tr>
<td height="21" valign="top"><div align="right">身份证号:</div></td>
<td valign="top"><input name="zhenghao" type="text" id="zhenghao"></td>
<td valign="top"><input type="submit" name="Submit" value="查询"></td>
<td> </td>
</tr>
</table>
</form>
<table width="750" border="0" cellpadding="0" cellspacing="1" bgcolor="#0000FF">
<!--DWLayoutTable-->
<tr>
<td width="270" height="22" valign="top"background="imgs/tile_sub.gif"><!--DWLayoutEmptyCell--> </td>
<td width="477" valign="top"background="imgs/tile_sub.gif"><!--DWLayoutEmptyCell--> </td>
</tr>
<%
zhenghao=request.Form("zhenghao")
sql="select * from [book] where zhengjianh='"&zhenghao&"'"
set rs=conn.execute(sql)
do while not rs.eof
%>
<tr>
<td height="21" valign="top" bgcolor="#FFFFFF"><%=rs("nam")%></td>
<td valign="top" bgcolor="#FFFFFF"><%=rs("num")%></td>
</tr>
<%
rs.movenext
loop
conn.close
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -