📄 bottom.asp
字号:
<!--#include file="../include/config.asp" -->
<table width="100%" height="62" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD align="center" background="../img/bg1.1.jpg" ><img src="../img/back1.gif" name="img_back2" style="cursor:hand;" id="img_back2" onMouseOver="MM_swapImage('img_back2','','../img/back2.gif',1)" onMouseOut="MM_swapImgRestore()" onClick="history.back();"> <img src="../img/before1.gif" name="img_before2" style="cursor:hand;" id="img_before2" onMouseOver="MM_swapImage('img_before2','','../img/before2.gif',1)" onMouseOut="MM_swapImgRestore()" onClick="history.forward();"> <img src="../img/refresh.gif" name="img_refresh2" id="img_refresh2" style="cursor:hand;" onMouseOver="MM_swapImage('img_refresh2','','../img/refresh2.gif',1)" onMouseOut="MM_swapImgRestore()" onClick="RefreshAll()"></TD>
<TD><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="35"><img src="../img/title_3.3.1.jpg" ></td>
<td> <!--#include file="../include/date_time.asp" --> </td>
<td><% Server.Execute("../include/counter.asp") %></td>
<td><% Server.Execute("../include/online.asp") %></td>
</tr>
</table></TD>
<TD width="1"></TD>
</TR>
<TR>
<TD colspan="3" ><table bgColor=#cbe7ff border=0 cellpadding=0 cellspacing=0 height=32 width=100%>
<%
Session("rs").Open "select * from contact where id = 1",Session("conn")
if not Session("rs").EOF then
%>
<tbody>
<tr>
<td align=middle height=20> <div align=center>
<p><font size=2>联系电话:<%= Session("rs")("phone") %> 传真:<%= Session("rs")("fax") %> 信箱:</font><a href="<%= Session("rs")("email") %>"><font color=#000000 size=2><%= Session("rs")("email") %></font></a></p>
</div></td>
</tr>
</tbody>
</table></TD>
</TR>
<%
end if
Session("rs").Close
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -