📄 travellineshow.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp" -->
<%
Product_id=Request("Product_id")
strSQL="update Product set Look_Count=Look_Count+1 where Product_id='"& Product_id &"'"
conn.Execute strSQL
set rs=server.createobject("adodb.recordset")
sqltext="select * from travelline Where Product_id='"& Product_id &"'"
rs.open sqltext,conn,1,1
%>
<html>
<head>
<title>旅游线路</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>
BODY {
FONT-SIZE: 10pt;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #009900;
}
td { font-size: 10pt; line-height: 150% }
A {
TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
.style1 {color: #FFFFFF}
.style2 {
color: #006600;
font-weight: bold;
}
</STYLE>
<SCRIPT language=JavaScript>
<!--
function openbag(url,name){
window.open(url,name,"height=200,width=600,left=190,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no")}
-->
</SCRIPT>
</head>
<body bgcolor="#009900" text="#000000">
<div align="center">
<TABLE cellSpacing=0 cellPadding=0 width=783 align=center border=0>
<TBODY>
<TR bgColor=#cccccc>
<TD> <TABLE cellSpacing=3 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<table width="100%" height="117" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="longhusan/images/bg7.gif" width="783" height="40" border="0" usemap="#Map"></td>
</tr>
<tr>
<td><img src="longhusan/images/bg8.gif" width="783" height="77" border="0" usemap="#Map2"></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=783 align=center
border=0>
<TBODY>
<TR>
<TD height="1025" background="longhusan/images/bg6x.gif" valign="top">
<table width="100%" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40"> </td>
<td width="710" valign="top">
<table width="100%" height="180" border="0" cellpadding="10" cellspacing="0">
<tr>
<td width="230">
<div align="center"><img src="manage/pic_play.asp?pic_id=<%=rs("pic_id")%>" name="small" width="200" height="120" border="0" class="style1"></div></td>
<td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<td width="14%"> <div align="center">ID 号</div></td>
<td width="44%"> <div align="center"><span class="main1"><%=rs("Product_id")%></span></div></td>
<td width="14%"> <div align="center">时 间</div></td>
<td width="28%"> <div align="center"><span class="main1"><%=rs("X_shijian")%></span></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> <div align="center">名 称</div></td>
<td colspan="3"><span class="main1"><%=rs("X_name")%></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> <div align="center">报 价</div></td>
<td><span class="main1"><%=rs("X_biaojia")%></span></td>
<td colspan="2"> <div align="center"><span class="main1"><%=rs("RegTime")%></span></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> <div align="center">来 源</div></td>
<td colspan="3"><span class="main1"><%=rs("P_shop")%></span>
<div align="center"></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="15">
<tr>
<td><%=rs("X_shuoming")%></td>
</tr>
</table>
</td>
<td width="33"> </td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
</div>
<map name="Map">
<area shape="rect" coords="44,16,222,37" href="longhusan/longhusan.htm">
</map>
<map name="Map2">
<area shape="rect" coords="42,6,258,29" href="longhusan/longhusan4.htm">
<area shape="rect" coords="44,38,127,62" href="shop_class1.asp">
<area shape="rect" coords="151,38,238,60" href="shop_class2.asp">
<area shape="rect" coords="260,39,345,61" href="shop_class3.asp">
<area shape="rect" coords="367,39,452,59" href="shop_class4.asp">
<area shape="rect" coords="665,41,751,70" href="index.asp">
</map>
</body>
</html>
<%rs.close
conn.close%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -