Whether or not a user has javascript is not something you would use
javascript for (if you use javascript, detecting a user that has not
got javascript is, by definition, impossible.
Alternatively, do some research into the html <noscript> attribute,
this will allow you to provide for those who do not have javascript at
all.

As for versions of Javascript (settings etc), it is often not
necessary, JQuery performs a lot of cross-browser/platform
compatibility testing and function replacements/supplements
internally, often you need only to call a function and the rest is
handled by JQuery.

Does this answer your question or have i missed the point?

Regards
Mark

On Sep 9, 8:30 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hello again,
> howcan be detect whether or not the user has javascript enabled and
> then write certain if statements to account for that. How do I detect
> a user's javascript setting?
>
> thanks for ur help :)
>
> samrad

Reply via email to