AJAX Potential Issue - Disabled Javascript

We all know that AJAX functionality doesn't work if the user has disabled JavaScript of the browser.

Can anyone suggest me that is there any way to programatically enable the JavaScript of users browser through Ajax or any other way?

[247 byte] By [linkinpark2007a] at [2007-11-27 10:46:44]
# 1

> is there any way to programatically enable the JavaScript

No. You can't change the client environment settings from the server side (thank god).

Don't focus too much on AJAX however. Provide at least alternatives.

BalusCa at 2007-7-28 20:20:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...