On Nov 10, 10:53 am, "factoringcompare.com" <firstfacto...@googlemail.com> wrote: > What’s the best way to redirect when a users browser has JavaScript > switched off?
How about going the other way? document.location.href="enabled.html"; Better still when possible is to unobtrusively enhance the non-js page with additional functionality. That is generally the cleanest way of making sure that your content is accessible, available to search engines, and still has all your cool dynamic behavior for those with JS on. -- Scott