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

📄 inc_contact.asp

📁 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会
💻 ASP
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr> 
		<td width="162" height="32" background="images/jj2.jpg">&nbsp;&nbsp;&nbsp;&nbsp;联系我们 </td>
	</tr>
</table>
<table width="93%" border="0" cellspacing="0" cellpadding="0">
	<tr> 
		<td height="10"> </td>
	</tr>
	<%
	sql = "select phone,fax,linkman,zip from sys_dept where flag='1'"
	rs.Open sql
	if not rs.EOF then
	%>
	<tr> 
		<td height="20">-&nbsp;公司电话:&nbsp;<%=rs("phone")%></td>
	</tr>
	<tr> 
		<td height="1" bgcolor="#CCCCCC"> </td>
	</tr>
	<tr> 
		<td height="20">-&nbsp;公司传真:&nbsp;<%=rs("fax")%></td>
	</tr>
	<tr> 
		<td height="1" bgcolor="#CCCCCC"> </td>
	</tr>
	<tr> 
		<td height="20">-&nbsp;联 系 人:&nbsp;<%=rs("linkman")%></td>
	</tr>
	<tr> 
		<td height="1" bgcolor="#CCCCCC"> </td>
	</tr>
	<tr> 
		<td height="20">-&nbsp;邮  编:&nbsp;<%=rs("zip")%></td>
	</tr>
	<tr> 
		<td height="1" bgcolor="#CCCCCC"> </td>
	</tr>
	<%
	end if
	rs.Close
	%>
</table>

⌨️ 快捷键说明

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