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?

