加入收藏 | 设为首页 | 会员中心 | 我要投稿 银川站长网 (https://www.0951zz.com/)- 云通信、基础存储、云上网络、机器学习、视觉智能!
当前位置: 首页 > 站长学院 > Asp教程 > 正文

Asp 解析 XML并分页显露源码

发布时间:2023-04-24 12:37:53 所属栏目:Asp教程 来源:
导读:Asp 解析 XML并分页显示,示例源码如下:代码如下:<!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/1

Asp 解析 XML并分页显示,示例源码如下:

代码如下:

<!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>

<link href="http://www.fx678.com/css/cur_topics.css" rel="stylesheet" type="text/css" />

<script language="javascript" type="text/ecmascript" src="http://www.fx678.com/js/jquery-1.8.0.min.js"></script>

<title>财富动力专题</title>

<style type="text/css">

#right_topic

{

float: right;

height: auto;

width: 690px;

}

#right_topic .xinhua

{

clear: both;

width: 690px;

overflow: hidden;

font-size: 14px;

color: #444;

line-height: 24px;

}

#right_topic .xinhua img

{

border: 0;

}

#right_topic .xinhua .top_cont

{

border: 1px solid #ddd;

height: 140px;

}

#right_topic .xinhua .top_cont .xh_logo

{

width: 270px;

float: left;

margin: 25px 10px;

}

#right_topic .xinhua .top_cont .xh_text

{

float: right;

width: 390px;

font-size: 14px;

line-height: 22px;

color: #666;

margin-top: 15px;

}

.list

{

clear: both;

margin-top: 15px;

overflow: hidden;

border-bottom: 3px solid #206295;

}

.list ul

{

margin: 0;

padding: 0;

}

.list ul li

{

list-style: none;

border-bottom: 1px dotted #E5E5E5;

padding: 10px;

}

.list ul li h4

{

font-family: "Microsoft Yahei";

font-size: 18px;

font-weight: normal;

line-height: 22px;

margin: 0px;

margin-bottom: 5px;

padding: 0;

color: #0761B7;

}

.list ul li h4 a

{

color: #206295;

text-decoration: none;

}

.list ul li h4 a:hover

{

text-decoration: underline;

}

.list ul li span

{

float: right;

width: 120px;

color: #999;

font-size: 14px;

text-align: right;

}

.list ul li p

{

margin: 0;

padding: 0;

font-size: 12px;

}

.list ul li.bg

{

background: #f5f8fa;

}

#pageZone

{

background: #F5F6FB;

border-bottom: 1px solid #DBE3EE;

margin: 10px auto 20px;

padding: 10px 0;

text-align: center;

}

#pageZone span

{

background: #FFFFFF;

border: 1px solid #D8DADF;

font-size: 14px;

height: 34px;

line-height: 34px;

margin: 0px 2px;

padding: 8px 12px;

}

#pageZone span a

{

color: #666;

text-decoration: none;

}

#pageZone span.isNow

{

background: #206295;

border: 1px solid #D8DADF;

color: #FFFFFF;

}

</style>

<script type="text/javascript">

var $m = $(window.parent.document).find("#MyXH08");

$m.load(function () {

var thish = $(document).height() + 30;

$m.height(thish);

});

</script>

</head>

<body style="width: 690px;">

<!-- 列表信息 -->

<div class="list">

<ul>

<%

Dim xmlDoc,objNodes,pIndex,pSize,i,http,xmlUrl

pSize = 10 '页大小

xmlUrl ="http://back.moneypower.cn/news.xml"

(编辑:银川站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章