seedy wrote:
This can be done by showing the message "This site requires javascript" by default. Then use jQuery to hide that message. If javascript is not enabled, your code to hide that message will not work and they will see the message.
You could also simply use the noscript element: <noscript> <p><strong>This site requires javascript</strong></p> </noscript> Just an idea... --Klaus