?? showzx.asp
字號:
<!--#include file="top.asp" -->
<!--#include file="inc/chr.asp" -->
<%
on error resume next
dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select * from fyuser where lx='1' and id="&RtnReplaceInt(request("id"),0)
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<script>alert('對不起,該信息并不存在,請返回!');window.close();</Script>"
response.end
else
%>
<head>
<TITLE><%=rs("yxxl")%>-<%=title%>——空車配貨、大貨配載、物流運輸、專線運輸</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK
href="imgb/style.css" type=text/css
rel=stylesheet>
<style>
<!--
.style1 {
FONT-SIZE: 12px
}
-->
</style>
</head>
<TABLE cellSpacing=0 cellPadding=0 width=770 align=center border=0>
<TBODY>
<TR><TD vAlign=top width=176 bgColor=#99ccff>
<!--#include file="left.asp" --></TD>
<TD bgColor=#ffffff valign="top">
<TABLE width="98%">
<TBODY>
<TR bgColor=#ecf8ff>
<TD class="L14 style1" colSpan=3
height=25><STRONG><%=title%></STRONG>>><B>查看專車線</B></TD>
<TR>
<TD class="L15 style1" align=right width="25%"><b>運行線路:
</b>
<TD class="L15 style1" colSpan=2><%=rs("yxxl")%> </TD>
<TR>
<TD align=right width="25%"><B>
<SPAN
class=style1>貨運公司:</SPAN></B></TD>
<TD class="L15 style1"><%=rs("company")%></TD>
<TD><SPAN class=style1></SPAN></TD></TR>
<TR>
<TD align=right width="25%"><B><SPAN
class=style1>參考運價:</SPAN></B></TD>
<TD class="L15 style1"><%=rs("yxbj")%></TD>
<TD rowspan="2"><SPAN class=style1></SPAN></TD></TR>
<TR>
<TD align=right width="25%" valign="top"><b>公司簡介:</b></TD>
<TD class="L15 style1"> <%=rs("message")%></TD>
</TR>
<TR>
<TD align=right colspan="2" background=imgb/ve.gif></TD>
</TR>
<TR>
<TD align=right width="25%">
<IMG height=20
src="imgb/lx01.gif" width=120 border=0></TD>
<TD class="L15 style1" calspan="2">
<TABLE cellSpacing=0 cellPadding=0 width="92%" border=0>
<TR>
<TD width=145>
<IMG height=48 src="imgb/lx02.gif"
width=100 border=0></TD>
<TD width=165>
<IMG height=48 src="imgb/lx03.gif"
width=115 border=0></TD>
<TD width=121>
<IMG height=48 src="imgb/lx04.gif"
width=95 border=0></TD>
<TD width=101>
<IMG height=48 src="imgb/lx05.gif"
width=110 border=0></TD></TR></TABLE> </TD></TR>
<TR>
<TD align=right colspan="2">
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0">
<tr>
<TD width="14%">姓名:</TD>
<TD width="38%" height=21><FONT color=#990000> <%=rs("name")%></FONT></TD>
<TD width="8%">省份:</TD>
<TD width="40%"><FONT color=#990000> <%=rs("provinceCN")%></FONT></TD></TR>
<TR>
<TD height=22>電話:</TD>
<TD><FONT color=#990000> <%=rs("phone")%></FONT></TD>
<TD>城市:</TD>
<TD><FONT color=#990000> <%=rs("capitalCN")%></FONT></TD></TR>
<TR>
<TD height=22>E-MAIL</TD>
<TD><FONT color=#990000> <%=rs("email")%></FONT></TD>
<TD>傳真:</TD>
<TD><FONT color=#990000> <%=rs("fax")%></FONT></TD></TR>
<TR>
<TD height=22>手機:</TD>
<TD><FONT color=#990000> <%=rs("mobile")%></FONT></TD>
<TD>Q Q:</TD>
<TD><FONT color=#990000> <%=rs("qq")%></FONT></TD></TR>
<TR>
<TD height=22>郵編:</TD>
<TD><FONT color=#990000> <%=rs("post")%></FONT></TD>
<TD>主頁:</TD>
<TD><a target="_blank" href="<%=rs("web")%>"><FONT color=#990000> <%=rs("web")%></FONT></a></TD></TR>
<TR>
<TD height=25>地址:</TD>
<TD colSpan=3><FONT color=#990000> <%=rs("address")%></FONT></TD>
</tr>
</table>
</TD>
</TR><TR bgColor=#cee8ff>
<TD class=L14 align=middle colSpan=3>
</TD></TR></TBODY></TABLE>
</TD></TR>
</TBODY></TABLE>
<!--#include file="end.asp" -->
</BODY></HTML><%
set rs=Nothing
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -