📄 contact.asp
字号:
<!--#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">版权所有 © 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%> 邮政编码:<%=youbian%></td>
</tr>
<tr>
<td height="16" style="padding-left:36px">联系电话:<%=dianhua%> 咨询信箱:<%=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -