I can detect the status of a browser if it is disabled or not. Can I make the users browser's Javascript status changed. Which means if it is disabled , I want to make it enabled by server side code of classic-asp. Any other server-side language will do.But Is it possible?
-
I beg your pardon? Do you want to enable JavaScript support from the server if the browser does not support JavaScript or the user has decided to turn it off? How could you do such a thing?Álvaro González– Álvaro González2013-02-04 09:51:02 +00:00Commented Feb 4, 2013 at 9:51
-
You can't turn the browser JS engine on if its diabled. Would be a horrible security risk (where its been deemed a risk to have it enabled in the first place).Jon Egerton– Jon Egerton2013-02-04 09:51:18 +00:00Commented Feb 4, 2013 at 9:51
-
Well thanks guys thats what I though. Though I asked for it if it is really possible or notpolin– polin2013-02-04 10:09:49 +00:00Commented Feb 4, 2013 at 10:09
Add a comment
|