以文本方式查看主题

-  W3CHINA.ORG讨论区 - 语义网·描述逻辑·本体·RDF·OWL  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  关于读取rss出错  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=50672)


--  作者:jafu
--  发布时间:7/30/2007 12:08:00 AM

--  关于读取rss出错
请多指教

<%
Function readrss(xmlseed)
dim xmlDoc
dim http
Set http=Server.CreateObject("Microsoft.XMLHTTP")
http.Open "GET",xmlseed,False
http.send
Set xmlDoc=Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.Async=False
xmlDoc.ValidateOnParse=False
xmlDoc.Load(http.ResponseXML)
Set item=xmlDoc.getElementsByTagName("item")
if item.Length<=1 then
%>
<script language="JavaScript">
alert("对不起,该新闻条数已经少于1条新闻条数!");
</script>
<%
else
end if
End Function
%>

<%
call readrss("http://www.richfree.c/")
%>


如果call readrss的地址不对的话,会出错,请高手指教


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
46.875ms