Re: OT Javascript Detection

2000-04-23 Thread Brandon Whitaker
>Is there a way to detect whether a browser has scripting turned on? I've used JavaScript to set a cookie, then attempted to read that cookie with CF on the next page...no cookie, no JavaScript. Of course, this implies an extra step, so it's not an all-around solution. It worked well in my situ

RE: OT Javascript Detection

2000-04-22 Thread Leong Yew
There's a third party custom tag called cf_nojavascript available at the allaire developers' site. It uses the html tag to another webpage. Leong -Original Message- From: Curtis Layton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 10:47 PM To: [EMAIL PROTECTED] Subject: OT J

Re: OT Javascript Detection

2000-04-22 Thread Kay Smoljak
How about the old tag? For sites that won't work without javascript, I have a javascript redirect on the main page, and a message for non-javascript users within the tags. K. On Thu, 20 Apr 2000 09:17:11 -0400, "Curtis Layton" <[EMAIL PROTECTED]> wrote: >Is there a way to detect whether a bro

RE: OT Javascript Detection

2000-04-20 Thread Aidan Whitehall
> Is there a way to detect whether a browser has scripting turned on? One easy way... use href.location (rusty JS ;-) to redirect the user to "hasjsenabled.html" If they stay on the page, it's not enabled. -- Aidan Whitehall <[EMAIL PROTECTED]> Netshopper UK Ltd Advanced Web Solutions & Se

RE: OT Javascript Detection

2000-04-20 Thread Bill Killillay
http://www.cyscape.com/ - BrowserHawk 2000, check it out. > -Original Message- > From: Curtis Layton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 20, 2000 9:17 AM > To: [EMAIL PROTECTED] > Subject: OT Javascript Detection > > > Is there a way to detect whether a browser has script