Click to See Complete Forum and Search --> : if javascript is turned off on browser


shc3h
11-11-2003, 11:27 AM
Hi,

If anyone knows how to detect if javascript is turned off on the browser other than the noscript, can you please help me.

I want to know whether javascript is turned on or off and if it's turned off, then i would like to create a session that can be used throughout the application WITHOUT having the user click on a link and redirecting them to a nonscripted application.

Please HELP!
Thanks,
shc3h

pyro
11-11-2003, 01:21 PM
Are you using a server-side language? If so, which one?

shc3h
11-11-2003, 05:55 PM
yes, i'm using ColdFusion MX.

pyro
11-12-2003, 06:53 AM
Your best be would probably be using JavaScript to redirect them to a page that will set the session. If the session is set, they have been redirected, and thus, hava JavaScript. If not, they don't.

shc3h
11-18-2003, 09:55 AM
I'll try this out. Thanks!

:D