vote up 0 vote down star

Hi,

If user turned off the javascript in the browser ,does the Ajax controls work?

If it works how is it possible since ajax is using javascript.

Thanks SC

flag

55% accept rate

3 Answers

vote up 2 vote down

Simple answer: No. It does not work and you have no chance of getting AJAX to work when the client has disabled his javascript.

link|flag
vote up 1 vote down

Ajax controls will not work unless javascript is enabled.

link|flag
vote up 0 vote down

AJAX - still means, Asynchronous JAVASCRIPT and XML. So, if the browser has turned off the J, then no, it won't work.

link|flag
Then how can i use ajax controls trusting on client browsers? Is this a major drawback ?how do you evaluate? – swapna Jun 9 at 16:40

Your Answer

Get an OpenID
or

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