C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Friday, July 13, 2012

Javascript not working in IE9

You just cross check below mentioned points because some times it may be a cause using these issues?
1) Make sure that whether you given proper relative path or not?
2) As you mentioned in your mail saying that you registered control in aspx page so you just cross check whether you are calling the JS page or JS functions through server side code or client side.
3) Check your browser settings whether you enabled JavaScript related options or not in IE 9 browser?
Still if you are facing the issue you just share your code with me so that I can look into your issue

4 comments:

  1. Did you check if the script tag is closed properly?

    also check this http://mukeshsilver.blogspot.com/2012/03/how-to-solve-microsoft-jscript-runtime.html

    Regards,

    Hari

    ReplyDelete
  2. Can you see the Rendered HTML output of the page once in IE9 & 8… and check if there was any difference between these 2 htmls (at least at the JS file reference location & Function call location). If possible post the screenshot of the html and the error message that you found..

    One more thing.. The error is coming only at for this function or for all functions in the JS file?
    -Vino

    ReplyDelete
  3. Any script does not run in ie9? If this is true then you should enable JavaScript in your browser.

    Hire ASP.NET Developers

    ReplyDelete
  4. Thanks for ur reply.
    Hari

    ReplyDelete