Using this markup you can check whether user’s browser has javascript enabled or not
<noscript>
<meta http-equiv=”Refresh” content=”0; url=noJavascriptPage.html”>
</noscript>
If user has not enabled javasript , you can redirect him to other page
Advertisement