Hi Felix,

Rick's original question didn't specify server side... I only skimmed
the messages thereafter, so that might have come out later in the
thread... me being lazy on a Saturday :)

@Dan

I would agree to some extent that it is not necessary to detect if
JavaScript is disabled. However, there are an abundance of (I do hate
saying this word) Web 2.0 sites in which it is impossible to use all
the features unless JavaScript is fully functioning. Sometimes it is
nice just to give the user a little message that lets them know they
might be missing something good ;)

Brian


On Apr 21, 8:43 am, Felix Geisendörfer <[EMAIL PROTECTED]> wrote:
> > 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.
>
> -- Felix
> --------------------------http://www.thinkingphp.orghttp://www.fg-webdesign.de
>
>
>
> Giant Jam Sandwich wrote:
> > Detecting if JavaScript is enabled is actually fairly straightforward.
> > No need to make it so complicated.
>
> > $(function(){
> >    $("#is_disabled").css("display","none");
> > });
>
> > ...
>
> > <div id="is_disabled">You have JavaScript disabled.</div>- Hide quoted text 
> > -
>
> - Show quoted text -

Reply via email to