📄 news.asp
字号:
<!--#include file="setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=web_name%>公司简介</title>
<link href="inc/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #0066CC}
-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<!--#include file="index_top.asp" -->
<table width="762" height="5" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="f5f5f5" class="tablelinenotop">
<tr>
<td></td>
</tr>
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
</table>
<table width="762" height="378" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tablelinenotop">
<tr>
<td width="170" valign="top" bgcolor="f5f5f5">
<div align="center">
<table width="100%" height="47" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="image/news.jpg" width="170" height="50"></td>
</tr>
</table>
</div></td>
<td width="1" bgcolor="#cccccc"></td>
<td width="583" valign="top"><table width="96%" height="44" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="image/news_1.gif" width="200" height="40"></td>
</tr>
</table>
<table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC"></td>
</tr>
</table>
<%
strsql="select id,title,datetime from news_info"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open strsql, conn, 1, 1
totalRecs = rs.RecordCount
%>
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<% while not rs.eof %>
<tr class="font">
<td width="12%">
<div align="right"><img src="image/best_zoom.gif" width="19" height="18">
</div></td>
<td width="88%" height="30"><a href="news_view.asp?id=<%= rs("id") %>">
<% =rs("title") %>
</a> [<%= rs("datetime") %>]</td>
</tr>
<%
rs.movenext
wend
%>
<tr>
<td><div align="center"></div></td>
<td> </td>
</tr>
</table> </td>
</tr>
</table>
<!--#include file="index_down.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -