Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i just add this line to my web form page and get this error

any idea can be useful,this code add to Head
JavaScript
<script src="../../Scripts/jquery-1.10.2.min.js" type="text/javascript"></script>

Error:
Exception was thrown at line 21, column 13743 in http://localhost:20128/Scripts/jquery-1.10.2.min.js

0x800a139e - JavaScript runtime error: SyntaxError

If there is a handler for this exception, the program may be safely continued.
please save me from this bad error
Posted
Updated 11-Sep-15 0:23am
v2
Comments
[no name] 11-Sep-15 5:58am    
Emoticons and other adornments do not help us to understand your problem. It is better to concentrate on providing real information.
[no name] 11-Sep-15 6:06am    
Since that is syntax error please recheck ur code, I hope path should be
<script src="../Scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
F-ES Sitecore 11-Sep-15 6:22am    
There might be a syntax error in other javascript you are using, or some other issue. Try adding the reference onto a blank page and see if it works. If it does gradually add your other things until it throws the error and the last thing you added is what is causing the problem.

1 solution

yeeeeeeeeeeeeeeeeeeeeps
this error fixed By using Add Site to IE Compatibility T
I use IE Version 11 With Last Update Package And Face With This Problem
Thanks In Advance
yoooooooooohoooooo :)))))
 
Share this answer
 
Comments
Merajuddin Ansari 6-Dec-15 3:14am    
i am facing same problem can you please help me.

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