Following error is occurring in my web page on browser
script may be busy or not responding
I want to avoid it from occurring so how can i do it,
please give me a solution about that
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your loop probably is an infinite loop. The condition you are using will always be true, then it will never finish an cause the error.