📄 other_link.asp
字号:
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><tr valign="top">
<td height="20" colspan="2">
<table width="440" height="31" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/15.gif"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td colspan="2">
<table width="438" border="0" cellspacing="0" cellpadding="0">
<!-- #include file="Conn/conn.asp" -->
<%
sql="select top 5* from tb_EnterpriseMeg order by IssueDate desc"
rs.open sql,conn
while not rs.eof
%>
<tr>
<td width="31"> <img src="../images/yellowdot.gif" width="11" height="13"></td>
<td width="407">
<a href="#" onclick="window.open('Enterprise/particular.asp?id=<%=rs("ID")%>','','width=540,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"> <%=rs("EnterpriseName")%></a>
</td>
</tr>
<%
rs.movenext
wend
set rs=nothing
conn.close
set conn=nothing
%>
</table>
</td>
</tr>
<tr valign="top">
<td height="18" colspan="2">
<table width="440"border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20" valign="top">
<div align="right">
<a href="index.asp?action=enterprise"><img src="images/MORE1.gif" width="50" height="20" border="0" /> </a> </div>
</td>
</tr>
</table>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -