No javascript detection

Have you ever wondered what you can do if someone doesn’t have javascript turned on and it is needed on the page they are sitting at? Well here is the answer:

<html>
  <head>
    <noscript><meta http-equiv="refresh" content="0; RL=nojscript.html"/></noscript>
  </head>
  <body>
    A javascript test.
  </body>
</html>

If the user doesn’t have javascript turned on they will be redirected to the page nojscript.html. It doesn’t work as well as having a page in between that does the detection but if you have to do it on the page you need the javascript on this is the way to go.

del.icio.us:No javascript detection digg:No javascript detection spurl:No javascript detection wists:No javascript detection simpy:No javascript detection newsvine:No javascript detection blinklist:No javascript detection furl:No javascript detection reddit:No javascript detection fark:No javascript detection blogmarks:No javascript detection Y!:No javascript detection smarking:No javascript detection magnolia:No javascript detection segnalo:No javascript detection gifttagging:No javascript detection

One Response to “No javascript detection”

  1. alex Says:

    Awesome little trick. I know a lot of artist’s websites could definitely use this beauty. Smooth sliding, here we come! Finally, I have no more use for Flash.

Leave a Reply