contact.asp

来自「BJXSHOP购物管理系统是一个功能完善、展示信息丰富的电子商店销售平台;针对企」· ASP 代码 · 共 42 行

ASP
42
字号
<!--#include file="connection.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--联系方式</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/default.css" rel="stylesheet" type="text/css">
</head>

<body topmargin="30">
<div align="center"><img src="images/lxfs.gif" width="76" height="72">
</div>
<table width="80%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FDE6A4">
  <tr> 
    <td height="14"><div align="center"><font color=#FF6600 ><b><%=webname%></b></font></div></td>
  </tr>
  <tr> 
    <td height="16" style="padding-left:36px"><div align="center">版权所有 &copy; 2003-2004 <%=copyright%> </div></td>
  </tr>
  <tr> 
    <td height="16" style=><div align="center"><font color="#FF6600"><strong>联 
        系 方 式</strong></font></div></td>
  </tr>
  <tr> 
    <td height="16" style="padding-left:36px">公司地址:<%=dizhi%> &nbsp;&nbsp;&nbsp;邮政编码:<%=youbian%></td>
  </tr>
  <tr> 
    <td height="16" style="padding-left:36px">联系电话:<%=dianhua%> &nbsp;&nbsp; 咨询信箱:<%=webemail%></td>
  </tr>
  <tr>
    <td height="38" bgcolor="#FF8E19" style="padding-left:36px"><div align="center">
        <input type="button" name="Button" value="关闭窗口" onclick="javascript:window.close()">
    </div></td>
  </tr>
</table>
</body>
</html>
<%conn.close
set conn=nothing%>
</body>
</html>

⌨️ 快捷键说明

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