[thelist] Notify Users with JS Disabled

Seamus seamuscawley at gmail.com
Wed Nov 3 11:13:59 CST 2004


Whats wrong with just 
<html>
<head>

<script>
window.location='URL OF MAIN PAGE'
</script>

</head>
<body>
Page for people without JS
</body>
</html>


On Wed, 3 Nov 2004 08:25:52 +0000, apathetic <apatheticgenius at gmail.com> wrote:
> On Tue, 02 Nov 2004 14:34:10 -0500, Hershel Robinson
> <hershelr at netvision.net.il> wrote:
> > We are looking for a 'friendly' way of notifying users that JavaScript is
> > disabled on their browser and they need to fix this before proceeding.
> 
> <noscript><strong>It looks like you have Javascript disabled in your
> browser.  You must have this enabled before proceeding, or the site
> simply won't work.  Please call us on 9999 999 999 if you need
> assistance.</strong></noscript>
> 
> Alternatively, have a splash page with a plain-HTML message with the
> above wording, and then use JS to take JS-enabled people away to the
> functioning page.  This might get around some problems with
> web-filtering software (users who have JS enabled, but the script is
> being stripped out of the page by third-party software).
> 
> Tim
> 
> --
> www.apatheticgenius.com
> www.hyperlinkage.com - Free online RSS reader
> 
> 
> --
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list