not directly
but you can send a html page that contains javascript to test whether it
works or not

<META HTTP-EQUIV="refresh" CONTENT="1;
http://myserver/servlettester?java=false">
<BODY language=javascript onload="document.location.href
='servlettester?java=true'">

or something like that
on load the browser automatically tells your servlet that javascript is
enabled
    if it is not enabled the meta refresh will kick in and notify you that
javascript is not there


> Does anyone know if there is any way to use Java to detect if a viewer's
> browser has Javascript enabled?
>
> -Daniel
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to