This is my JSP Page , where i am using the below JS Files
<link rel="stylesheet" type="text/css" href="/html/js/graph/finance.css"/>
<link rel="stylesheet" type="text/css" href="/html/js/graph/excanvas.js"/>
<script type="text/javascript" src="/html/js/graph/canvastext.js"></script>
<script type="text/javascript" src="/html/js/graph/prototype.js"></script>
<script type="text/javascript" src="/html/js/graph/scriptaculous.js"></script>
<script type="text/javascript" src="/html/js/graph/flotr.js"></script>
<script type="text/javascript" src="/html/js/graph/HumbleFinanceReal.js"></script>
<script type="text/javascript" src="/html/js/graph/canvas2image.js"></script>
The Page works fine under Mozilla , but when i run the same page under IE , it shows
A Runtime Error has Occured
Line 629
The JSP is of only 10 Lines of code .
Hw can i know where is the Error in IE ??
Have you tried F12 developers tools (just press F12)?