views:

6421

answers:

5

hi all,

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.

A: 

Google Chrome's Javascript engine interprets JS very similarly to the other browsers mentioned. What is it that doesn't appear to be working?

altCognito
A: 

There is a Javascript Console in Chrome, press Ctrl+Shift+J to open it and check for errors.

Artem K.
A: 

Is this question related to this problem? Problem could be that .NET thinks you're using the Safari Browser instead of Chrome...

Workshop Alex
A: 

realy the diffrent betwenn browser is big problem we need to solution for this difreent i think we need to make unite to manuplate for all problem

trust
A: 

After removing javascript from onclick event it worked.

Thanks to all for your valuable and instant responses.

Sohil