No. HTTP headers contain information about the request to the server. Unfortunately 
none of those headers have information about JavaScript.

The only way that I could see you being able to do this is to send a simple page with 
JavaScript to the client and have the JavaScript forward to a separate page on your 
server. If your server receives the request, you know that JavaScript is enabled.

Kludgy and heavy, but that's all I got.

-= J

> -----Original Message-----
> From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 3:34 PM
> To: Struts User
> Subject: Server detection of Javascript enabled?
> 
> 
> Without using Javascript on the client, can the server detect 
> if the client
> has Javascript enabled?  Is there something in the HTTP 
> request header that
> indicates this?
> 
> [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to