vipfirst.asp
来自「国内第一数字点卡销售程序。功能强大。 完整无错!数据文件经MD5加密!经严格测」· ASP 代码 · 共 44 行
ASP
44 行
<!--#include file="top.asp"-->
<% if session("user_name")="" then
response.write "<script language=javascript>alert('请先登陆后操作,谢谢合作!');history.go(-1);</script>"
response.End
end if%>
<td width="15" height="3"> </td>
<!--#include file="leftuser.asp"--></td>
<td width="15" height="30"> </td>
<td width="760" valign="top">
<table border="0" width="600" cellspacing="0" cellpadding="0" height="379">
<tr>
<td height="100%" width="600" valign="top">
<table border="0" width="596" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF" height="188">
<%
sql="select top 8 * from news order by news_id desc"
rs.open sql,conn,3,3
do while not rs.eof%>
<td width="586" height="26">
<p align="left">
<img border="0" src="images/bottom1.jpg" width="5" height="7"> <a href="newsweb.asp?idd=<%=rs("news_id")%>" target="_blank"><%=rs("news_title")%></a><font color=000000>[<%=rs("news_date")%>]</td>
</tr>
<%rs.movenext
loop%>
<tr>
<td>
<img border="0" src="images/buycard.gif" width="582" height="249" align="right"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="1" background="images/line.jpg"></td>
</tr>
</table>
</div>
</body>
</html>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?