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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to