Re: Detect if JS is Enabled

2000-04-10 Thread Seth Petry-Johnson
Is there a way to detect (on the server side) if a client browser has = JavaScript enabled? I don't think you can test this from the server. Your best bet is to do some sort of client side checking, and then use a combination of script and NOSCRIPT tags to deliver the appropriate content to the

Re: Detect if JS is Enabled

2000-04-10 Thread Nick McClure
What I sometimes do is set a cookie using JavaScript and then try to read it with CF. At 11:27 AM 4/10/2000 -0600, you wrote: This is a multi-part message in MIME format. --=_NextPart_000_002A_01BFA2DF.C0B8B380 Content-Type: text/plain; charset="iso-8859-1"

RE: Detect if JS is Enabled

2000-04-10 Thread Reilly, Jim
: Monday, April 10, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Detect if JS is Enabled What I sometimes do is set a cookie using JavaScript and then try to read it with CF. At 11:27 AM 4/10/2000 -0600, you wrote: This is a multi-part message in MIME format

RE: Detect if JS is Enabled

2000-04-10 Thread Jordon Saardchit
To: '[EMAIL PROTECTED]' Subject: RE: Detect if JS is Enabled That sounds like a good way to do it, but how do you read a cookie in CF that was not written in CF. I didn't know you could do that. Can you set a cookie with an ASP page and read it in CF using the same method? Very interested to know. Greg

RE: Detect if JS is Enabled

2000-04-10 Thread Nick McClure
that. Can you set a cookie with an ASP page and read it in CF using the same method? Very interested to know. Greg -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Detect if JS is Enabled What I sometimes

RE: Detect if JS is Enabled

2000-04-10 Thread Jordon Saardchit
damnit... i mean is NOT proprietary coldfusion... heh... looks like i got a case of the mondays. -Original Message- From: Jordon Saardchit [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 11:53 AM To: [EMAIL PROTECTED] Subject: RE: Detect if JS is Enabled A cookie is proprietary