📄 index.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ubb.asp"-->
<%
sqlggb="select*from ggb"
set rsggb=server.createobject("adodb.recordset")
rsggb.open sqlggb,conn,2,3
rsggb("tj")=rsggb("tj")+1
rsggb.update
%>
<link href="ggb.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #201418}
body {
background-image: url();
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:active {
text-decoration: none;
}
-->
</style>
<title>公告板</title><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="550" height="89" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="tp/dd.jpg"> </td>
</tr>
</table>
<table width="550" height="54" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="54" valign="top" background="tp/bz.jpg"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="zt">
<tr>
<td width="5%"> </td>
<td width="89%"><div align="center" class="zt"><strong><%=rsggb("ggbm")%></strong></div></td>
<td width="6%"> </td>
</tr>
<tr>
<td> </td>
<td><div align="left"></div>
<div align="center" class="zt">
<div align="left"> <%=ubbcode(rsggb("ggbnr"))%></div>
</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="left" class="zt">
<div align="right"><span class="style2">公告发布人:</span><span class="zth"><%=rsggb("ggbname")%></span> <span class="style2">发表时间:</span><span class="zth"><%=rsggb("ggbtime")%></span> <span class="style2">公告浏览次数:</span><span class="zth"><%=rsggb("tj")%></span></div>
</div></td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<table width="550" height="89" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="tp/bd.jpg"><br>
<div align="center" class="zth">
<%
endtime=timer()
Response.Write "页面执行时间:"&FormatNumber((endtime-startime)*1000,3)&"毫秒"
Response.End
%></div></td>
</tr>
</table>
<div align="center"></div></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -