📄 listyuding.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<!--#include file="conn.asp" -->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>上海申城票务有限公司----预定详情-</title>
<style type="text/css">
<!--
body {
margin-top: 2px;
margin-left: 0px;
}
td {
font-size: 9pt;
color: #333333;
}
.unnamed1 {
cursor: hand;
}
a:visited {
font-size: 9pt;
color: #333333;
text-decoration: none;
}
a:link {
font-size: 9pt;
color: #333333;
text-decoration: none;
}
a:hover {
font-size: 9pt;
color: #666666;
text-decoration: underline;
}
.cc1 {
color: #FF0000;
font-weight: bold;
}
.style1 {font-size: 14px}
.style2 {color: #0000FF}
.style3 {color: #FF0000}
.style4 {font-size: 12px}
.style5 {color: #FF0000; font-size: 12px; }
-->
</style>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<th width="760" scope="row"><div align="left">
<%
dim id
id=trim(request("id"))
if id="" or not IsNumeric(id) then
Response.Redirect "error.asp?errormsg=<li>您没有指定联系人ID!系统无法查找。</li><br><li>您指定的联系人ID是错误的!</li>"
else
sql="select * from yuding where id="&id
set rs=conn.execute(sql)
if rs.eof then
Response.Redirect "error.asp?errormsg=<li>没有找到订票信息!</li>"
end if
%>
<table width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="25" valign="bottom" scope="row"><%=rs("联系人")%>的 预 订 详 情</th>
</tr>
<tr>
<th height="15" scope="row"><hr size="1"></th>
</tr>
</table>
<form name="form1" method="post" action="yudingchuli.asp?id=<%=id%>">
<table width="100%" border="0">
<tr>
<td colspan="3"><span class="style3"><strong>处理情况:</strong></span></td>
</tr>
<tr>
<td width="10%">处理人姓名:</td>
<td width="18%"><div align="left">
<input name="chuli" type="text" id="chuli" value="<%=rs("处理人")%>" size="15">
</div></td>
<td width="72%"><input type="submit" value="确 定">
</td>
</tr>
</table> </form>
<table width="716" border="0" align="left">
<tr>
<th colspan="6" scope="row"><div align="left" class="style1">
<div align="right"></div>
</div>
<div align="left" class="style3 style4">联系人信息</div></th>
</tr>
<tr bordercolor="#CCCCCC">
<td width="72" scope="row"><div align="left" class="style2">姓 名:</div></td>
<td width="88"><div align="left"><%=rs("联系人")%></div></td>
<td width="66"><div align="left" class="style2">联系电话:</div></td>
<td width="125"><div align="left"><%=rs("联系电话")%></div></td>
<td width="66"><span class="style2">电子信箱:</span></td>
<td width="273"><div align="left"><%=rs("电子信箱")%></div></td>
</tr>
</table>
<p><br>
</p>
<p><br>
<br>
</p>
<table width="641" border="0" align="left">
<tr>
<th colspan="6" scope="row"><div align="left" class="style5">票务要求</div></th>
</tr>
<tr>
<td width="72" height="22" scope="row"><div align="left" class="style2">具体航线:</div></td>
<td width="88"><div align="left">上海--<%=rs("终点站")%></div></td>
<td width="66"><div align="left" class="style2">航班类型:</div></td>
<td width="128"><div align="left"><%=rs("航班类型")%></div></td>
<td width="66"><div align="left" class="style2">预定数量:</div></td>
<td width="195"><div align="left"><%=rs("预订数量")%></div></td>
</tr>
<tr>
<td height="20" scope="row"><div align="left" class="style2"></div>
<div align="left" class="style2">航班日期:</div></td>
<td height="20" scope="row"><%=rs("起飞日期")%></td>
<td height="20" scope="row"><span class="style2">旅客姓名:</span></td>
<td height="20" scope="row"><%=rs("旅客姓名")%></td>
<td height="20" class="style2" scope="row">送票时间:</td>
<td height="20" scope="row"><%=rs("送票时间")%></td>
</tr>
<tr>
<td height="25" scope="row"><span class="style2">送票地址:</span></td>
<td height="25" colspan="5" scope="row"><%=rs("送票地址")%></td>
</tr>
<tr>
<td height="37" scope="row"><span class="style2">具体要求:</span></td>
<td colspan="5"><%=rs("具体要求")%></td>
</tr>
</table>
<% end if%>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</th>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -