I have a page that is very javascript dependent for functionality. Basically – 90% of my services won’t work without javascript. What I really want to do is detect if javascript is disabled, and then direct users to a page with information about enabling javascript or downloading an updated browser. Does anybody have advice for the easiest way to accomplish this? I don’t want users to even attempt using my app if they aren’t using javascript.
I have a page that is very javascript dependent for functionality. Basically – 90%
Share
Go about it the other way. Start outputting the “noscript” page by default, and have some JS redirects the user to the enhanced page automatically.
That way, JS-deprived users automatically get the “hey, you’re on a brain dead browser” page, and JS-enabled people get the funky enhanced version.