Hi, Dan...

The only reason I'm interested in being able to determine
whether or not JS is enabled is that I'm trying to use JS
to place error messages back on a page via JS (Ajax)
after server-side validation.

What I'm trying to determine now that I've been working on
this approach (unsuccessfully so far) is if the messages can
be returned to a form page via Ajax if the form wasn't submitted
that way in the first place.

I just want server-side validation results displayed without
a page refresh...

Possible?

Rick

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dan G. Switzer, II
Sent: Saturday, April 21, 2007 8:53 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Best way to determine if a user has Javascript
enabled?


>       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