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

📄 gonggao.asp

📁 完整的九洲问吧。优秀的问答网站。由ASP+Access开发。
💻 ASP
字号:
<!--#include file=conn.asp-->
<!--#include file="function.asp"-->
<!--#include file="config.asp"-->
<%
if not IsNumeric(request("id")) then
		Response.Write ("<script>alert('友情提示!\n\参数错误!');history.back();</script>")
		Response.end
	end if
%>
<html>
<head>
<title><%=webname%>_问吧公告</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="iknow.css" rel="stylesheet" type="text/css">
</head>
<body class="bgbdy" topmargin="0">
<center>
<!--#include file=top.asp-->
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="25"><a href="<%=weburl%>"><%=webname%></a> &gt; <span id="n1">问吧公告</span></td>            
  </tr>
</table>
<%rs.open"select * from gonggao where id="&cint(request("id")),conn,1,1
  if rs.eof then
  %>暂时没有公告!  
  <%else%>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td class="bgtle"><span class=f14><img src=img/tips.gif width=16 height=16></span>  <span id="n2"><%=rs("title")%></span></td>
  </tr>
  <tr> 
    <td class="bgcntLn" align="center">
<table width=90% border=0 align=center cellpadding=0 cellspacing=0 height="1"><tr> <td class=bgcnt height="1"><span class=f14> </span> <%=ubb(rs("text"))%> </td></tr></table>
<span class="f14" id="n3" style="display:">
      <p align="center"> 
        <br>
        <br>
      </p></span></td>
  </tr>
</table>
<br>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" style="clear:both;">  <tr>    <td height="30" align=center><!--#include file=end.asp--></td>  
  </tr>
</table>
<%end if%>
</center>
</body>
</html>

⌨️ 快捷键说明

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