阅读新闻<br />
<html>
<head>
<script type="text/javascript">
var ajax=false;
try
{
ajax=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e)
{
try{
ajax=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(e2)
{
ajax=false;
}
}
if(!ajax && typeof XMLHttpRequest!='undefined')
{
ajax=new XMLHttpRequest();
}
//获得文章分类列表
ajax.open("get","getnews.asp?id="+window.location.href+"&rndnum="+escape(Math.random()),true);
ajax.onreadystatechange=function()
{
if(ajax.readystate==4)
{
if(ajax.status==200)
{
document.getElementById("news").innerHTML=ajax.responseText;
}
else
{
document.getElementById("news").innerHTML="<img src='loading.gif'>";
}
}
}
ajax.send();
</script>
</head>
<body>
<div id="news">
</div>
</body>
</html>
yalan
- 粉丝: 167
- 资源: 7
最新资源
- C#ASP.NET中小企业仓库管理系统源码数据库 SQL2008源码类型 WebForm
- 智能消除笔_20241116_001.jpg
- 提取文字_20241116.docx
- 使用 PyTorch /TensorFlow实现 ZFNet 进行 MNIST 图像分类
- Python课程设计之俄罗斯方块
- C#仓库条码管理系统源码数据库 SQL2008源码类型 WinForm
- 网安面试题合集-来自网络收集.zip
- (2024最新整理)42万+世界各国新冠疫情数据(2020.1-2024.8)
- ESP32开发板(CH340驱动芯片) Type-C口+数据线+0.96显示屏+杜邦线 链接wifi,显示当前时间
- windows hex查看工具
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈