Well. you could use a server side language like :
php
or asp.net

if you have an apache server you can do a redirect in your .htaccess
if you have an IIS server you can accomplish the same in your IIS Manager

On Tue, Nov 10, 2009 at 5:53 PM, factoringcompare.com <
firstfacto...@googlemail.com> wrote:

> Hi,
>
> What’s the best way to redirect when a users browser has JavaScript
> switched off? I currently use something like the below in the <head>
> but it isn’t W3C compliant.
>
> <noscript>
> Javascript is disabled!!!!   Redirecting....
> <meta http-equiv="Refresh" content="0;URL=disabled.html" />
> </noscript>
>

Reply via email to