<noscript>
<meta http-equiv="refresh" content="0; URL=YouNeedToEnableScripting.cfm">
</noscript>
Courtney Payne
pro-village.com
[EMAIL PROTECTED]
----- Original Message -----
From: "Neil Clark" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 12:05 PM
Subject: detect JS...
> Yes:
>
> <SCRIPT LANGUAGE="JavaScript"><!--
> alert('This is a JavaScript enabled browser');
> //--></SCRIPT>
>
> This isn't what I suspect you wanted to know. If you need to know on the
> server, then you could add extra information to any:
>
> Link:
>
> <A HREF="apage.htm"
> onClick="this.href='apage.htm?JavaScript=enabled'">...</A>
>
>
>
> CGI request:
>
> <A HREF="cgi_program.pl"
> onClick="this.href='cgi_program.pl?JavaScript=enabled'">...</A>
>
>
>
> Form:
>
> <FORM NAME="myForm" ACTION="whatever.htm">
> <INPUT NAME="JavaScript" VALUE="" TYPE="hidden">
> </FORM>
>
> <SCRIPT LANGUAGE="JavaScript"><!--
> document.myFormJavaScript.value = 'enabled';
> //--></SCRIPT>
>
>
>
> <! -----------------------------------
> Neil Clark
> Senior Web Applications Engineer
> ColdFusion / Spectra / XML
> mcb digital [Allaire Premier Partner]
> Tel. +44 (0)20 8941 3232
> Tel. +44 (0)20 8408 8131 [Direct]
> http://www.mcbdigital.com
> ----------------------------------->
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists