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

📄 contact.asp

📁 源码:asp编写的大学生毕业就业招聘信息管理系统
💻 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%">
											&nbsp;&nbsp;&nbsp;
											亲爱的用户您好,欢迎光临
											,请以下面的信息与我们联系。如果您需要密码找回等帐户帮助,请在来电(信)中标明您的用户类型(系统编号)和注册帐号,并且提供能证明您为此帐号拥有者的密码答案等信息。我将会在最快的时间内进行处理。</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 + -