没有响应的javascript错误 [英] unresponsive javascript error

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

问题描述

大家好吧。



我在加载页面的过程中遇到错误。没有响应的java脚本错误是错误的。

此页面上的脚本可能正忙,或者它已停止响应。您可以立即停止脚本,也可以继续查看脚本是否完整。



所以我发现这个错误只在mozila中,而不是在chrome和ie。

那么我该怎么办?

我在编码中不使用任何类型的javascript。

我仍​​然发现此错误。



谢谢!

ketan

Hi all codegurus.

I get an error during the process of loading a page. It's error of unresponsive java script error.
"A script on this page may be busy, or it has stopped responding. You can stop the script now or you can continue to see if the script is complete."

So I found this error only in mozila, not in chrome and ie.
So what should I do?
I don't use any type of javascript in my coding.
Still I found this error.

Thanks!
ketan

推荐答案

看到这个



http://support.mozilla.org/en-US/questions/946513 [ ^ ]



似乎是一个浏览器问题。



希望有帮助
See this

http://support.mozilla.org/en-US/questions/946513[^]

Seems to be a browser issue.

Hope it helps


hey,thanks for your reply,
now i solve this problem myself.whenever you got this type of error then please check your controls which you used in your code.

i use async file upload control.which increase loading time for java script.so i simply remove it and put simple file upload control as per below.
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<Triggers>
<asp:PostBackTrigger ControlID="btnUpload" />
</Triggers>
<ContentTemplate>
<ajaxtoolkit:asyncfileupload runat="server" id="AsyncFileUpload1" width="300px" UploaderStyle="Traditional"

uploadingbackcolor="#fff" clientidmode="AutoID"></ajaxtoolkit:asyncfileupload>
<br>
</br>
<asp:button runat="server" id="btnUpload" cssclass="btn btn-blue" onclick="btnUpload_Click"

text="Opslaan" />
<br>
</br>
</ContentTemplate>
</asp:UpdatePanel>

so now i get solution for my problem

Thanks!
ketan


hi,

感谢您的回复



i尝试这个,但我无法得到解决方案。请给我正确的解决方案。



谢谢!

ketan

thanks for your reply

i try this but i can't get solution.give me proper solution please.

Thanks!
ketan


这篇关于没有响应的javascript错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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