📄 title.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.STYLE2 {
font-size: 10pt;
color: #000000;
font-weight: bold;
}
-->
</style>
<tr>
<td height="17" width="148">
<table width="138" height="18"border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33"><div align="right"><img src="../images/10.gif" width="26" height="22" /></div></td>
<td width="105"> <span class="STYLE2">本站公告</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="280" valign="top" width="100">
<table width="138" border="0" cellpadding="0" cellspacing="0">
<!-- #include file="../Conn/conn.asp" -->
<%
sql="select * from tb_PlacardMeg"
rs.open sql,conn
i=1
while not rs.eof
k=rs("title")
%>
<tr valign="top" align="center">
<td width="130" height="18" valign="bottom">
<div align="left">
<% if len(k)>5 then%>
<a href="#" onClick="window.open('Placard/content.asp?id=<%=rs("ID")%>','','width=550,height=490,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"> <img src="../images/male.gif" width="20" height="14" border="0" /> <%=replace(left(k,5)&"....",chr(13),"<br>")%></a>
<%else%>
<a href="#" onClick="window.open('Placard/content.asp?id=<%=rs("ID")%>','','width=550,height=490,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"> <img src="../images/male.gif" width="20" height="14" border="0" /> <%=k%></a>
<%end if %>
</div></td>
</tr>
<%
i=i+1
rs.movenext
wend
set rs=nothing
conn.close
set conn=nothing
%>
</table>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -