首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

ajax有关问题 在xmlhttp.open("post"url,true)中,url为一个xml文件在服务器端的,并且xmlhttp.se

2012-01-09 
ajax问题 在xmlhttp.open(post,url,true)中,url为一个xml文件在服务器端的,并且xmlhttp.send(null),在响

ajax问题 在xmlhttp.open("post",url,true)中,url为一个xml文件在服务器端的,并且xmlhttp.send(null),在响应函数里处理这个按理正常返
ajax问题   在xmlhttp.open( "post ",url,true)中,url为一个xml文件在服务器端的,并且xmlhttp.send(null),在响应函数里处理这个按理正常返回的xml文件,但是页面实现为405错误,不知道有什么好方法可以解决这个问题,iis里默认好像不能访问服务器端的xml文件

[解决办法]
静态页面不允许post

热点排行