?? 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 + -