<style> Set xml = Server.CreateObject(“Microsoft.XMLHTTP”) Set xmlDom = server.createObject(“microsoft.xmldom”) if xmlDom.ReadyState>2 Then set oItem=xmlDom.getElementsByTagName(“item”) for i=0 to oItem.length-1
body {margin:10px;background-color:#ffffff;margin-top:6px;}
form{margin:0px;}
* {font:12px tahoma;line-height:140%;color:#000000}
.title {font-weight:bold;color:red;}
.time {font:10px;color:#999999;}
a {text-decoration:none;color:blue;}
</style>
<script type=”text/javascript”>
var switcher=0;
</script>
<body ondblclick=”if(switcher==0){document.styleSheets[0].addRule(div,display:none);switcher=1}else{document.styleSheets[0].addRule(div,display:block);switcher=0}”>
<form name=”rssform” method=post action=””>
RSS资源:<INPUT TYPE=”text” NAME=”RssFeed” size=60 style=”height:22px” value=”<%=request(“RssFeed”)%>” onfocus=select()> <input type=”submit” value=”Read It”> 双击鼠标可以关闭摘要,只显示标题
</form>
<hr/>
<%
If(request(“RssFeed”)=””) Then
url=”/rss2.asp”
else
url=request(“RssFeed”)
End If
xml.Open “GET”, url, False
xml.Send
xmlDom.async=False
xmlDom.ValidateOnParse=false
xmlDom.load(xml.responseXML)
response.write “<span style=font:bold 9px verdana;color:#000000>”&i+1&”</span>. <a class=title href=”&oItem(i).childNodes(1).text&” target=_blank>”&oItem(i).childNodes(0).text&”</a> <span class=time>[“&oItem(i).childNodes(3).text&”]<br />”
response.write “<div>摘要:”&oItem(i).childNodes(4).text&”</div><br>”
next
end if
%>
用asp+xmlhttp实现rssreader功能_asp实例
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 用asp+xmlhttp实现rssreader功能_asp实例
相关推荐
-      ASP基础教程:其它的ASP常用组件
-      ASP基础教程:学习ASP中子程序的应用
-      ASP基础教程之ASP程序对Cookie的处理
-      ASP基础教程之ASP AdRotator组件的使用
-      ADO初学者教程:ADO 通过GetString()加速脚本
-      ASP技巧实例:几行代码解决防止表单重复提交
-      ASP常见数学函数 Abs Atn Cos 等详细详解[ 来源:网页教学网 | 作者: | 时间:2007-09-12 10:57:29 | 收藏本文 ] 【大 中 小】【名称】
-      ASP基础教程之ASP AdRotator 组件的使用