noscript tag
JavaScript is an optional technology. Your application should not rely on optional technology. However, if you must absolutely have javascript, it may be best to ask the user to enable javascript as oppose to having malfunction page. One way to ask user to turn on javascript is to put this code into the head section of all of your pages:
<noscript>
<meta http-equiv="refresh" content="0;url=http://yoursite.com/enableJavaScript.html"/>
</noscript>
page_revision: 0, last_edited: 1225480141|%e %b %Y, %H:%M %Z (%O ago)





