⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 end.asp

📁 购物系统时尚版.强大的后台文章编辑器的功能
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 2</title>
</head>

<body>
<div align="center">
<table border="0" width="760" id="table16" cellspacing="1">
	<tr>
		<td style="line-height: 200%">友情连接:<%
sql="select webname,url from weblink where flag=0"
set rs=conn.execute (sql)
if rs.eof then
response.write "暂时没有连接"
else
kz=1
do while not rs.eof
response.write "<a href="&rs(1)&" target=_blank>"&rs(0)&"</a>&nbsp;|&nbsp;"
rs.movenext
kz=kz+1
if (kz mod 14)=0 then
response.write "<br>"
end if
loop
rs.close
set rs=nothing
end if%></td>
	</tr>
</table>
<table border="0" width="760" id="table13" cellspacing="1" style="border-collapse: collapse; border: 1px solid #FFCC00; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px" bgcolor="#FFFFCC">
	<tr>
		<td>
		<p align="center"><font color="#FF6600">购物步骤 --&gt;&gt; 选择商品 -&gt; 加入购物 -&gt; 去收银台 
		-&gt; 选择配送方式 -&gt; 填写收货人信息 -&gt; 选择付款方式 -&gt; 完成支付 -&gt; 购物完成</font></td>
	</tr>
</table>

<table border="0" width="760" id="table17" cellpadding="0" style="border-collapse: collapse" height="4">
	<tr>
		<td></td>
	</tr>
</table>

</div>
<div align="center">
	<table border="1" width="760" id="table14" cellpadding="4" style="border-collapse: collapse" bordercolor="#C0C0C0">
		<tr>
			<td width="189" align="center" height="23" bgcolor="#E0E2E7">
			<font color="#666666">购买商品</font></td>
			<td width="190" align="center" height="23" bgcolor="#E0E2E7">
			<font color="#666666">付款说明</font></td>
			<td width="190" align="center" height="23" bgcolor="#E0E2E7">
			<font color="#666666">我的订单</font></td>
			<td width="190" align="center" height="23" bgcolor="#E0E2E7">
			<font color="#666666">售后服务</font></td>
		</tr>
		<tr>
			<td width="189">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=4">购物步骤</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=6">国内顾客付款</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=8">如何查询订单</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=10">退换政策</a></td>
		</tr>
		<tr>
			<td width="189">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=5">交易条款</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=7">国外顾客付款</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=9">汇款单招领</a></td>
			<td width="190">
			<a target="_blank" href="<%=toppath%>txt/txt.asp?id=11">联系我们</a></td>
		</tr>
	</table>
</div>
<div align="center">
	<table border="0" width="760" id="table15" cellspacing="1">
		<tr align=center>
			<td><hr size="1"></td>
		</tr>
		<tr align=center>
			<td>公司地址:<%=company_address%> 邮编:<%=postal%><br>
			联系电话:<%=phone%> 传真:<%=fax%> 电子邮件地址:<a href="mailto:<%=email%>" title=<%=email%>><%=email%></a> ICP证:<a target="_blank" href="http://www.miibeian.gov.cn/">粤ICP备05004107号</a><br>
			Copyright &copy; <a href=<%=web_url%>><%=company_name%></a> 2004-2008, All Rights Reserved<br>
 </td>
		</tr>
	</table>
</div>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -