📄 sale.asp
字号:
<%@ Language=VBScript%>
<%
Response.Buffer=false
Response.Expires=0
%>
<!-- #include file="dsnroot.asp" -->
<!-- #include file="links.asp" -->
<%
set cn=Server.CreateObject("ADODB.Connection")
cn.Open mycnstr
set rs=server.CreateObject("ADODB.Recordset")
menu="11111211"
%>
<!-- #include file="design.asp" -->
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#66cc00" width="1"></td>
<td width="190" valign="top" background="images/group/left_p_group.jpg" style="background-repeat: no-repeat; background-position: bottom">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/group/left_top_p.jpg" width="190" height="45"></td>
</tr>
</table>
<table width="180" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><img src="images/sale/tp_sale.jpg" width="180" height="39"></td>
</tr>
<tr>
<td background="images/group/left_nav_bg.jpg">
<table width="78%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" height="6"></td>
</tr>
<tr>
<td width="20" class="font3">※</td>
<td><a href="<%=linksale%>" class="anews2"><font color="#FF9900">SALE MESHWORK</font></a></td>
</tr>
</table>
<table width="78%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" height="6"></td>
</tr>
<tr>
<td width="20" class="font3">※</td>
<td><a href="<%=linksalebusiness%>" class="anews2">COOPERATE INFO</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/group/left_nav_bot.jpg" width="180" height="89"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="50">
<tr>
<td> </td>
</tr>
</table>
</td>
<td background="images/line_v.gif" width="1"></td>
<td valign="top" background="images/bot_bg.jpg" style="background-repeat: repeat-x; background-position: bottom" height=450>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/sale/sale_p.jpg" width="585" height="130"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/group/line3.gif" style="background-repeat: no-repeat; background-position: bottom" height="36" align="center">SALE MESHWORK</td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td> </td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="font1">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#339900">
<tr>
<td class="font3"><font color="#FFFFFF">TianHong group Sale Meshwork</font></td>
<td align="right" width="100"> </td>
</tr>
</table>
<%sqltext="select * from edanwei where enable=1 and pid=7 order by pl"
rs.Open sqltext,cn,1,1
do while not rs.EOF %>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEEEE" align="center">
<tr bgcolor="#FFFFFF">
<td bgcolor="#eeeeee" width="180" class="saletd1"><%=trim(rs("name"))%></td>
<td width="100" class="saletd3"><%=trim(rs("tel"))%></td>
<td class="saletd2"><%=trim(rs("add"))%></td>
</tr>
</table>
<%rs.MoveNext
loop
rs.Close %>
</td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="50"> </td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="images/line_h.gif" height="1" colspan="2"></td>
</tr>
<tr>
<td height="30"> </td>
<td height="30" align="right" width="50"><a href="#top"><img src="images/group/bt_top.gif" width="50" height="18" border="0"></a></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</td>
<td bgcolor="#66cc00" width="1"></td>
</tr>
</table>
<!-- #include file="end.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -