View Single Post
Old 03-04-2012, 03:58 PM   PM User | #35
MancunianMacca
New Coder

 
Join Date: Feb 2012
Location: England
Posts: 59
Thanks: 12
Thanked 2 Times in 2 Posts
MancunianMacca is an unknown quantity at this point
Hey Taro, sorry your thread was lost. I you could just create a page on your site called nojs.html with a message saying to view this website properly enable javascript.

In the head just use this code.
Code:
<html>
<head>
<noscript>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/nojs.html">
</noscript>
</head>
<body>
Please enable javascript
</body>
</html>
you will need to put the <noscript> part on evrypage of your website incase a peson follows a link like yourdomain.com/about.html
MancunianMacca is offline   Reply With Quote