⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 2007523135842.html

📁 我勇 java 和access 做的一个网站
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!--#include file="conn.asp"-->
<%
set rs=server.createobject("adodb.recordset")
class_id=request("class_id")
page=request.querystring("page")
if class_id="" then
sql="select id,class_id,class_name,class_big,fname,oktime,title,up,hits from article order by id desc"
else
sql="select id,class_id,class_name,class_big,fname,oktime,title,up,hits from article where class_id="&class_id&" order by id desc"
end if
rs.open sql,conn,1,1
class_big=rs("class_big")
on error resume next
maxjilu=rs.recordcount
perpage=20 '每页显示记录数
t=page*perpage
rs.absoluteposition=t+1
f=t+perpage
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>青藏高原风光游</title>
<link rel="StyleSheet" href="../css/css.css" type="text/css">
<style type="text/css">
<!--
#Layer1 {
	position:absolute;
	left:173px;
	top:99px;
	width:68px;
	height:68px;
	z-index:1;
}
body,td,th {
	font-size: 12px;
}
body {
	background-color: #D7D7D7;
}
.STYLE7 {font-size: 14px}
.STYLE13 {color: #A80E11}
-->
</style>
</head>

<body>
<table cellspacing="1" cellpadding="1" width="780" align="center" class="tableborder">
  <tr>
    <td class="header"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="header"> 青海旅游网 - 青海旅游门户网</td>
        <td align="right"><a title="将本站设为你的首页" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('青海旅游网');return false;" href="http://www.qhly.gov.cn">设为首页</a> ┆ <a title="将本站加入到你的收藏夹" href="javascript:window.external.AddFavorite(location.href,document.title)">加入收藏</a> ┆ <a href="mailto:webmaster@qhly.gov.cn">联系我们</a> ┆ <a id="StranLink" title="點擊以繁體中文方式浏覽" href="#" name="StranLink">繁體中文</a><a id="StranLink" name="StranLink"></a></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="center" class="altbg1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="../../images/banner.jpg" width="774" height="132" /></td>
        </tr>
    </table></td>
  </tr>
  <tr></tr>
  <tr>
    <td align="center" class="header"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="25" class="header"><table width="100%" height="29" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <% sqlt="select * from class order by id"
set rst=server.createobject("ADODB.Recordset")
rst.open sqlt,conn,1,1
do while not rst.eof
%>
            <td align="center"><table cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td height="25"><table height="29" cellspacing="0" cellpadding="0" width="100%" border="0">
                      <tbody>
                        <tr>
                          <td align="middle"><img height="12" src="../css/m.gif" width="12" /> <a href="../../class.asp?class_id=1">旅游动态</a></td>
                          <td align="middle"><img height="12" src="../css/m.gif" width="12" /> <a href="../../class.asp?class_id=2">旅游景点</a></td>
                          <td align="middle"><img height="12" src="../css/m.gif" width="12" /> <a href="../../class.asp?class_id=3">旅游线路</a></td>
                          <td align="middle"><img height="12" src="../css/m.gif" width="12" /> <a href="../../class.asp?class_id=4">旅游攻略</a></td>
                          <td align="middle"><img height="12" src="../css/m.gif" width="12" /> <a href="../../class.asp?class_id=5">旅游美文</a></td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -