?? contact.asp
字號:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<%
sql="select address,post,adminemail,tel,qq from info where id=1"
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title>聯系方式 - <%=webname%></title>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="558">
<tr>
<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top">
<div align="center">
<table border="0" width="98%" cellspacing="0" cellpadding="0" id="table2" height="548">
<tr>
<td style="border: 1px solid #C0C0C0" valign="top">
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3" height="360">
<tr>
<td height="40" width="740" background="images/bg14.gif">
</td>
</tr>
<tr>
<td valign="top" align="center">
<table border="0" width="741" cellspacing="0" cellpadding="0" id="table4">
<tr>
<td height="100" width="149">
<img border="0" src="images/contact.gif" width="129" height="103" align="left"></td>
<td height="100" width="592" colspan="4" style="line-height: 200%">
親愛的用戶您好,歡迎光臨
,請以下面的信息與我們聯系。如果您需要密碼找回等賬戶幫助,請在來電(信)中標明您的用戶類型(系統編號)和注冊賬號,并且提供能證明您為此賬號擁有者的密碼答案等信息。我將會在最快的時間內進行處理。</td>
</tr>
<tr>
<td height="70" width="150"></td>
<td height="70" width="107" background="images/bg15.gif">
<p align="center">
<img border="0" src="images/address.gif" width="70" height="62"></td>
<td height="70" width="69" align="center" background="images/bg15.gif">
<b>通信地址:</b></td>
<td height="70" width="278" background="images/bg15.gif"><%=rs("address")%></td>
<td height="70" width="150"> </td>
</tr>
<tr>
<td height="70" width="150"> </td>
<td height="70" width="107" background="images/bg15.gif">
<p align="center">
<img border="0" src="images/post.gif" width="65" height="65"></td>
<td height="70" width="69" align="center" background="images/bg15.gif">
<b>郵政編碼:</b></td>
<td height="70" width="278" background="images/bg15.gif"><%=rs("post")%></td>
<td height="70" width="150"> </td>
</tr>
<tr>
<td height="70" width="150"> </td>
<td height="70" width="107" background="images/bg15.gif">
<p align="center">
<img border="0" src="images/tel.gif" width="59" height="65"></td>
<td height="70" width="69" align="center" background="images/bg15.gif">
<b>聯系電話:</b></td>
<td height="70" width="278" background="images/bg15.gif"><%=rs("tel")%></td>
<td height="70" width="150"> </td>
</tr>
<tr>
<td height="70" width="150"> </td>
<td height="70" width="107" background="images/bg15.gif">
<p align="center">
<img border="0" src="images/email.gif" width="65" height="65"></td>
<td height="70" width="69" align="center" background="images/bg15.gif">
<b>電子郵件:</b></td>
<td height="70" width="278" background="images/bg15.gif">
<a href="mailto:<%=rs("adminemail")%>">
<%=rs("adminemail")%></a></td>
<td height="70" width="150"> </td>
</tr>
<tr>
<td height="70" width="150"> </td>
<td height="70" width="107" background="images/bg15.gif">
<p align="center">
<img border="0" src="images/qq.gif" width="66" height="64"></td>
<td height="70" width="69" align="center" background="images/bg15.gif">
<b>QICQ號碼:</b></td>
<td height="70" width="278" background="images/bg15.gif"><%=rs("qq")%></td>
<td height="70" width="150"> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -