📄 baoxian_zindex.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=DataBase/conn.asp-->
<!--#include file=yan.asp-->
<!--#include file=purview.asp-->
<%
call zhengcefagui
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style3 {color: #339933; font-weight: bold; font-size: 14px; }
body,td,th {
font-size: 12px;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
<link href="CSS/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<br>
<table width="439" border="0" align="center" cellspacing="0" class="dian">
<tr>
<td><table width="100%" border="0" cellspacing="0">
<tr>
<td height="31" colspan="2" background="images/index_24.gif"><span class="style3">保险法规</span></td>
<td width="11%" background="images/index_24.gif"><a href="baoxian_more.asp?lei=保险法规">更多...</a></td>
</tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Insurance where fenlei='保险法规' order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
for i=1 to 3
%>
<tr>
<td width="6%" align="center"><img src="images/b.gif" width="15" height="15"></td>
<td height="24" colspan="2"><a href="baoxian_jibenopen.asp?id=<%=rs("id")%>"><%=rs("title")%></a></td>
</tr>
<%
rs.movenext
if rs.eof then exit for
next
rs.close
end if
%>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0">
<tr>
<td height="31" colspan="2" background="images/index_24.gif"><span class="style3">社保法规 </span></td>
<td width="11%" background="images/index_24.gif"><a href="baoxian_more.asp?lei=社保法规">更多...</a></td>
</tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Insurance where fenlei='社保法规' order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
for i=1 to 7
%>
<tr>
<td width="6%" align="center"><img src="images/b.gif" width="15" height="15"></td>
<td height="24" colspan="2"><a href="javascript:" onClick="window.open('baoxian_jibenopen.asp?id=<%=rs("id")%>','','width=480,height=450')"><%=rs("title")%></a></td>
</tr>
<%
rs.movenext
if rs.eof then exit for
next
rs.close
end if
%>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0">
<tr>
<td height="31" colspan="2" background="images/index_24.gif"><span class="style3">经济法规 </span></td>
<td width="11%" background="images/index_24.gif"><a href="baoxian_more.asp?lei=经济法规">更多...</a></td>
</tr>
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Insurance where fenlei='经济法规' order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
for i=1 to 3
%>
<tr>
<td width="6%" align="center"><img src="images/b.gif" width="15" height="15"></td>
<td height="24" colspan="2"><a href="baoxian_jibenopen.asp?id=<%=rs("id")%>"><%=rs("title")%></a></td>
</tr>
<%
rs.movenext
if rs.eof then exit for
next
rs.close
end if
%>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -