📄 footer6.5.asp
字号:
<table width=771 border=0 align="center" cellpadding=0 cellspacing=0 BGCOLOR=<%=bgclr3%>>
<tr>
<td width="791" HEIGHT="30" align="center"><TABLE class=cfont style="LETTER-SPACING: 1px" cellSpacing=0
borderColorDark=#ffffff cellPadding=0 width="100%" align=center
borderColorLight=#cccccc border=1>
<TBODY>
<TR>
<TD width="20%" bgcolor="#f0f0f0"><img src="images/skin/default/help.gif" width="150" height="24"></TD>
<TD width="20%" bgcolor="#f0f0f0"><img src="images/skin/default/fukuan.gif" width="150" height="24"></TD>
<TD width="20%" bgcolor="#f0f0f0"><img src="images/skin/default/dingdou.gif" width="150" height="24"></TD>
<TD width="19%" bgcolor="#f0f0f0"><img src="images/skin/default/kefu.gif" width="150" height="24"></TD>
<TD width="20%" bgcolor="#f0f0f0"><img src="images/skin/default/lianxi.gif" width="150" height="24"></TD>
</TR>
<TR>
<TD width="20%" vAlign=top nowrap> ·<a href="forum/index.asp">在线咨询</a><br>
·<a href="mess.asp">在线留言</a> <BR>
·<a href="help.asp?action=tiaokuan">交易条款</a><BR>
·<a href="help.asp?action=process">购物流程</a> </TD>
<TD width="20%" vAlign=top nowrap>·<a href="help.asp?action=fukuan">银行电汇</a><br>
·<a href="help.asp?action=fukuan">邮政汇款</a><br>
·<a href="help.asp?action=fukuan">北京地区货到付款</a><br> </TD>
<TD width="20%" vAlign=top nowrap> <p>·<A HREF="help.asp?action=feiyong">北京市内快递</A><br>
·<a href="help.asp?action=secret">外省普通邮寄</a><BR>
·<a href="help.asp?action=transport">外省快递送货</a><br>
·<a href="help.asp?action=law">外省EMS专递</a></p></TD>
<TD width="20%" vAlign=top nowrap>·<a href="help.asp?action=support">售后服务</a>
<BR>
·<a href=help.asp?action=faq>常见问题</a> <BR>
·<a href=procat.asp>商品分类</a> <BR> <BR> </TD>
<TD width="20%" vAlign=top nowrap>·<A HREF="intro.asp">关于我们</A><BR>
·<a href="mess.asp">客户留言</a><BR>
·<a href="mailto:<% = webemail %>">广告服务</a><br>
·<a href="help.asp?action=businesstime">联系方式</a></TD>
</TR>
<TR>
<TD colspan="5" vAlign=top nowrap><TABLE WIDTH="100%" BORDER="0" ALIGN="center" bgcolor="#FFFFFF" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD width="578" ALIGN=center>
<%dim endtime
endtime=timer() %>
<table width="88%" border="0" cellspacing="0">
<tr>
<td width="17%">商城地址:<br> </td>
<td width="83%">
<% = address %>
<font color="#FFFFFF">...</font>邮编:
<% = postcode %>
</td>
</tr>
<tr>
<td>联系电话:</td>
<td>
<% = tel %>
</td>
</tr>
<tr>
<td>客服信箱:</td>
<td><a href=mailto:<% = webemail %>?subject=<% = webemail %>>
<% = webemail %>
</a></td>
</tr>
<tr>
<td height="20" colspan="2">Copyright© 2000-2004
<% = copyright %>
,All Rights Reserved </td>
</tr>
</table>
<TD width="182" ALIGN=right valign="bottom"> <div align="right">Powered
by <a href="http://www.021buy.cn/buyshop">慧博网络</a></a></div></TR>
</table></TD>
</TR>
</TBODY>
</TABLE></td>
<tr>
<td>
<table width="100%" height="6" border="0" cellspacing="1">
<tr>
<td width="10"> </td>
<td><font color="#FF9900">友情链接:</font>
<%set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from links order by linkorder",conn,1,1
do while not rs.EOF %>
<a href=<% = trim(rs("linkurl")) %> target=_blank>
<% = trim(rs("linkname"))%>
</a>
<%
rs.MoveNext
loop
rs.Close
set rs=nothing
%>
</td>
<td width="10"> </td>
</tr>
</table></td>
<tr>
<td><table width="100%" height="33" border="0" cellspacing="1">
<tr>
<td width="10"> </td>
<td height="33" valign="middle">
<%set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from imglinks order by linkorder",conn,1,1
do while not rs.EOF %>
<a href=<% = trim(rs("linkurl"))%> target=_blank><img src=<% = trim(rs("linkimg"))%> border=0 width=88 height=31 alt=<% = trim(rs("linkname"))%>></a>
<%
rs.MoveNext
loop
rs.Close
set rs=nothing
%>
</td>
<td width="10"> </td>
</tr>
</table> </td>
<tr>
<td align="center"> <script src="http://www.OiOlife.com/count/index.asp"></script>
<script src="http://www.oiolife.com/count1/mystat.asp?style=all"></script>
</td>
</table>
<div align="center"> </div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -