vote up 0 vote down star

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.

flag

0% accept rate
Can you give us an example of something that's not working? What about a simple alert() ? – Wayne Koorts Apr 17 at 10:54
yes, I call one function of javascript when <input type="text" id="txt_acname1" runat="server" style="height:18px;Width:118px;" maxlength="30" onblur="ajaxFunction(this.value)" /> It will not give one alert which is given in that at the starting of this function. please help me. – ashish bhatt Apr 17 at 11:14
I got two errors in that Like Sys is not define Sys.WebForms.PageRequestManager._initial... document.getElementById('aspnetForm')); and Sys.Application.initialize(); – ashish bhatt Apr 17 at 11:31

3 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.