Click here to Skip to main content
16,021,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a professional project in Asp.Net.

The menu is using Jquery. The project is running fine in mozilla & chrome, but problem occurs in IE due to the Jquery. Everytime the page is loaded, the problem occurs in IE showing a prompt box having ignore, continue, break options. Pressing the continue button, the page is runs.

What is the solution ?
Posted
v2
Comments
StianSandberg 12-Jul-12 8:21am    
It would be easier to help you if you posted some code or if you describe how your javascript is..
ZurdoDev 12-Jul-12 8:21am    
The solution is to fix the JS error. IE doesn't like something. What happens when you debug it?

1 solution

You can get solution for this and the box will not be shown when u try to debug.
Refer eHow Link[^] for the same.

But this is not a good practice.
If you are getting this box that means you have problems in your client side code.
So, review your code, debug one by one line and find out where is the problem.
If problem persists, then please post your entire code here so that we can help you find the bug.

Happy coding... :)
 
Share this answer
 
Comments
Please don't forget to accept the solution, if it helped you.
It will help others to find the solution in one go.
Thanks...:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900