If JavaScript is disabled...
Apparently, if you want to display a message in case the user has no JavaScript support or if his JavaScript support is turned off, you can just use <noscript>Message</noscript>. Only if the user has no JavaScript enabled, he sees this message, which is pretty neat!


