My application's JavaScript is working on Firefox and IE but it is not working in Google Chrome. Is it problem of enable javascript in Google chrome? or I must put any code in javascript for getting XMLHttpRequest Object of Google chrome browser.
feedback
|
|
Google Chrome's Javascript engine interprets JS very similarly to the other browsers mentioned. What is it that doesn't appear to be working? | |||
|
feedback
|
|
There is a Javascript Console in Chrome, press Ctrl+Shift+J to open it and check for errors. | |||
|
feedback
|
|
Is this question related to this problem? Problem could be that .NET thinks you're using the Safari Browser instead of Chrome... | |||
|
feedback
|
|
If the code works in two other browsers but not in Chrome, you need to look at the code for your "ajaxFunction" because that is apparently what is giving Chrome a headache. As @Artem mentioned, Ctrl+Shift+J will bring up the Javascript Console (switch it to the "Scripts" tab) and you can easily examine any errors. | |||
|
feedback
|