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

📄 newxsfk.asp

📁 学生学籍管理系统学 生学籍管理系统学 生学籍管理系统学生学籍管理系统
💻 ASP
字号:
<!--#include file="odbc_connectionbbs.asp"-->
<!--#include file="Function.asp"-->
<link href="images/25175_10.css" rel="stylesheet" type="text/css" />
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="w9pt">
<tr>
   <td rowspan="6" valign="top" bgcolor="#FFFFFF">
   <% strsql="select top 8 * from topics where jd_view=1 order by jd_rdate desc"
		  set rs1=db.execute(strsql)
		  %>
     <table width="100%" border="0" align="left" cellpadding="0" cellspacing="3" class="w9pt">
     <% do while NOt rs1.eof %>
     <tr>
       <td width="8%" align="right"><% response.write "<img src="&"images/cqball.gif"&">" %>
       </td>
       <td align="left"><a href="bbsindex.asp?action=View_topics&id=<%=rs("id")%>" target="_blank">
         <%
		   judge=rs1("jd_title")
		  judge=judgeok(judge,14)
		  response.Write judge
		 
		  %>
       </a><% response.write "<img src="&"images/new.gif"&"  height='12'>" %>       </td>
      
     </tr>
     <% rs1.movenext
		 Loop
		 %>
   </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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