?? zimu.asp
字號:
<!--#include file="odbc_connection.asp"-->
<% strsql="select top 3 * from news order by id desc"
set rs=db.execute(strsql)
if rs.eof then
judge="<p align=center>目前沒有公告"
end if
%>
<% do while NOt rs.eof
judge=judge&"<p align=center>" & rs("title")
judge=judge&"<p align=left>" &rs("body")
judge=judge&"<p align=right>" &rs("person")&"<br>"&rs("submit_date")
rs.movenext
Loop
%>
<link href="images/25175_10.css" rel="stylesheet" type="text/css">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="w9pt">
<tr>
<td><MARQUEE onmouseover=stop() onmouseout=start() scrollAmount=2
scrollDelay=100 direction=up width="100%" height="100%" border="0" style="cursor:hand"><a href="#">
<%=judge%></a>
</MARQUEE></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -