?? sub_dd.asp
字號:
<!--#include file=../system/include/config.asp-->
<!--#include file=../share/conn_system.asp-->
<!--#include file=../system/include/function.asp-->
<!--#include file=../system/include/access_zj.asp-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查 閱 訂 單</title>
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<style> body{ scrollbar-face-color:fd9035; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff; scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffefd7; scrollbar-arrow-color:ffffff;} </style>
<%
dim strSql,rs,i,PageNo
if request("id")="" then
out("參數出錯了!")
response.end
end if
strSql="select * from [onlinedd] where id=" & request("id")
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
if rs.eof then
out("參數出錯了!")
else
%>
<body leftmargin="0" topmargin="0">
<table width="400" height="200" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" cellpadding="0" cellspacing="2" class="xu_kuan">
<tr>
<td height="25" align="center" bgcolor="#FFDE88"><font color="#FF6633" class="font"><font color="#FF6600">訂
單 號:<%=rs("ddh")%></font></font></td>
</tr>
<tr> <form name="form1" method="post" action="save_ddpass.asp">
<td bgcolor="#FFF8E6" class="linkfont" align="left" valign="top" height="203">
<table width="396" height="84" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFCC99">
<tr>
<td width="71" height="21" align="center" valign="middle" bgcolor="#FFFFFF" class="font">房源編號</td>
<td width="121" height="21" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <font color=red><%=rs("house_bh")%></font>
</td>
<td width="74" align="center" valign="middle" bgcolor="#FFFFFF" class="font">預訂日期</td>
<td width="129" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <%=rs("date")%></td>
</tr>
<tr>
<td width="71" height="21" align="center" valign="middle" bgcolor="#FFFFFF" class="font">姓 名</td>
<td width="121" height="21" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <%=rs("name")%>
</td>
<td width="74" align="center" valign="middle" bgcolor="#FFFFFF" class="font">電 話</td>
<td width="129" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <%=rs("tel")%></td>
</tr>
<tr>
<td width="71" height="21" align="center" valign="middle" bgcolor="#FFFFFF" class="font">E-mail</td>
<td colspan="3" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <%=rs("email")%>
</td>
</tr>
<tr>
<td height="21" align="center" valign="top" bgcolor="#FFFFFF" class="font" width="71">備 注</td>
<td colspan="3" align="left" valign="middle" bgcolor="#FFF8E6" class="font"> <%=rs("bz")%></td>
</tr>
</table>
<input type="text" name="id" size="2" maxlength="2" value="<%=request("id")%>" style="border: 1px #FFF8E6 solid;BACKGROUND: #FFF8E6;FONT-SIZE: 9pt;color: #FFF8E6; FONT-FAMILY: arial">
<br>
<table width="396" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="396" align="center" valign="middle"><span class="font"><%if request("ii")="new" then%>
<input type="submit" name="Submit" value="確認成交">
<%end if%>
[</span><a href="javascript:window.close()" class="linkfont">關閉窗口</a><span class="font">]</span></td>
</tr>
</table>
<br>
</td>
</form>
</tr>
</table></td>
</tr>
</table>
<%
end if
%>
</body>
</html>
<!--#include file=../system/include/foot.asp-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -