firebug错误:找不到元素 [英] firebug error : no element found

查看:81
本文介绍了firebug错误:找不到元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1 客户端:通过AJAX fn向服务器发送请求。

1 client : send request to server via AJAX fn.

2 服务器:以 text / xml 形式的响应,它只能正常工作1或2次

response.setContentType(text / xml);

2 Server : response in form of text/xml and it works correctly only 1 or 2 times
response.setContentType("text/xml");

3 ,但仅在1/2请求后,我在浏览器中遇到错误(firebug)并且显示未找到任何元素

3 but only after 1/2 request, i get error in browser (firebug) and it says No element found

客户端: javascript jQuery ajax
服务器: java servlet

有人可以给出任何提示来解决。

can somebody give any tips to sort out.

推荐答案


有人可以给出任何提示来解决。

can somebody give any tips to sort out.

查看HTTP流量。弄清楚问题是由于请求中断还是响应中断。这将告诉您是否需要调查服务器端或客户端代码。

Look at the HTTP traffic. Figure out if the problem is because of a broken request or a broken response. That will tell you if you need to investigate the server side or the client side code.

这篇关于firebug错误:找不到元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆