📄 search_ck_ddxx.asp
字号:
<!--#include file=../conn/adodb1.asp -->
<%
if session("cjuser")="" and session("pwdd")="" then
response.write"<SCRIPT language=JavaScript>alert('你没有登录,无权进入!');"
response.write"this.location.href='error.htm';</SCRIPT>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="100">
<%
dim id,sqll
ddh=trim(request("ddh"))
sqll="select * from orderform where ddhm='"&ddh&"'"
set bs=db.execute(sqll)
if bs.eof and bs.bof then
response.write "<script>alert('没有您要查找的用户信息!');window.location.href='ddcx_form.asp'</script>"
response.end
end if
%>
<table width="67%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td ><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr class="xiangxi">
<td><strong>订单详细说明</strong></td>
</tr>
</table></td>
</tr>
<tr>
<td > <table width="100%" border="0" cellpadding="0" cellspacing="1" class="fot">
<tr >
<td width="24%" height="25" class="bordbg"> 订单编码:</td>
<td width="76%" height="25" class="bordbg"> <%=bs("ddhm")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源编码:</td>
<td height="25" class="bordbg"> <%=bs("fybm")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 信息类型:</td>
<td height="25" class="bordbg"> <%=bs("xxlx")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 订单人:</td>
<td height="25" class="bordbg"> <%=bs("name")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 联系电话:</td>
<td height="25" class="bordbg"> <%=bs("tel")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> E-AMIL:</td>
<td height="25" class="bordbg"> <%=bs("email")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 联系地址:</td>
<td height="25" class="bordbg"> <%=bs("adress")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 详细说明:</td>
<td height="25" class="bordbg"> <%=bs("speak")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 订单时间:</td>
<td height="25" class="bordbg"> <%=bs("ddsj")%></td>
</tr>
</table></td>
</tr>
<tr>
<td class="height1"> </td>
</tr>
</table>
<p class="fot"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -