>       Detecting if JavaScript is enabled is actually fairly
>straightforward.
>       No need to make it so complicated.
>
>Well I think this thread is about how to detect if JS is enabled on the
>Server-side ; ). Your method of course is the way to go if all one needs is
>to display a msg to the user.

It's also important to remember that there typically is no real reason you
even need to detect JavaScript. jQuery does an excellent job helping you
write unobtrusive JS, which allows you to add JS functionality, without
requiring that the user has JS for the site to still function.

-Dan

Reply via email to