My website has somewhat graceful degradation in the sense that if JS is disabled, a fallback technique is used and everything is dandy. The problem arises when JS is enabled but poorly supported (cough IE6 cough). Is there a quick and dirty way of just disabling JS entirely on my website when the user is browsing with an unsupported browser?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Wrap all the scripts you use in a conditional comment:
For non-IE browsers, the conditional is ignored entirely and the |
|||||||||||||
|
|
|||||
|