📄 top2.asp
字号:
<%
Dim DEF_PubMessageEnable
DEF_PubMessageEnable = 0
dim DEF_PageExeTime1,GBL_DBNum,con
DEF_PageExeTime1=Timer * 1000
GBL_DBNum = 0
sql="select * from counst"
set rs=conn.execute(sql)
%><table width="574" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<table border="0" width="540" cellspacing="1">
<tr>
<td width="73%">
<table border="0" width="570" cellspacing="1">
<tr>
<td width="4%"><img border="0" src="imag/002.gif">
</td>
<td width="96%"><MARQUEE onmouseover="if (document.all!=null){this.stop()}" onmouseout="if (document.all!=null){this.start()}"
scrollAmount=2 scrollDelay=5 color=#000000><% =rs("W_bulletin") %></MARQUEE></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -