RE: Server detection of Javascript enabled?

2003-02-14 Thread Michael Hanisch
On Fri, 2003-02-14 at 03:50, Aaron Oathout wrote: Take a look at browserhawk. http://www.cyscape.com/ We used it at the last company I worked for, tells you alot about the browser. Yeah, but all it does is invoke some Javascript in the user's browser... so we're back where we started :-(

RE: Server detection of Javascript enabled?

2003-02-14 Thread Alvarado, Juan (c)
or not. -Original Message- From: Michael Hanisch [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 8:44 AM To: Struts Users Mailing List Subject: RE: Server detection of Javascript enabled? On Fri, 2003-02-14 at 03:50, Aaron Oathout wrote: Take a look at browserhawk. http

RE: Server detection of Javascript enabled?

2003-02-14 Thread John Cavacas
I think the main problem might be one of design. Why do you need to know if a client has JavaScript enabled or not? I'm not sure of your particular requirements, but relying on some sort of application functionality that is dependent on a client side feature like JavaScript, smells of flawed

RE: Server detection of Javascript enabled?

2003-02-14 Thread Chen, Gin
Childers [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 4:38 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Server detection of Javascript enabled? No. HTTP headers contain information about the request to the server. Unfortunately none of those headers have information

[OT] kludge (was: Server detection of Javascript enabled?)

2003-02-14 Thread Bruce Geerdes
Mark Galbreath wrote: It's klugey. Your spelling is a British WWII army concoction referring to a field latrine. Huh, m-w.com and dictionary.com has kludge and kluge meaning the same thing, the latter being a variant of the former. The adjective? Kludgy. Bruce

Server detection of Javascript enabled?

2003-02-13 Thread Jerome Jacobsen
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

RE: Server detection of Javascript enabled?

2003-02-13 Thread James Childers
: 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

RE: Server detection of Javascript enabled?

2003-02-13 Thread Raible, Matt
My first question is why would the server care if javascript is enabled/disabled? -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:34 PM To: Struts User Subject: Server detection of Javascript enabled? Without using

RE: Server detection of Javascript enabled?

2003-02-13 Thread Alvarado, Juan (c)
. Good luck. -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 4: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

RE: Server detection of Javascript enabled?

2003-02-13 Thread Mark Galbreath
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

RE: Server detection of Javascript enabled?

2003-02-13 Thread Sean Chambers
Users Mailing List; [EMAIL PROTECTED] Subject: RE: Server detection of Javascript enabled? 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

RE: Server detection of Javascript enabled?

2003-02-13 Thread Aaron Oathout
was being used. but as i say, both of these involve using js on the client. -Original Message- From: James Childers [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 21:38 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Server detection of Javascript enabled