hi
einfachste lösung wäre ein seite vorschalten auf der einerseits etwas steht wie:
<script>
location.href= "seite_mit_js.htm";
</script>
<noscript>
<a href="seite_ohne_js.htm">hier gehts lang</a>
</noscript>
so long
ole
(8-)>
ps: das type attribut für <script> nicht vergessen ;)