Here's a tricky one:
The JavaScripts created by the controlHandler tags - specifically, the
function "_cfainvokecontrolhandlerevent" (and possibly elsewhere; haven't
checked) - are output to the page using <SCRIPT> tags that don't specify
LANGUAGE="JavaScript". This can cause problems if the first script on your
page is a VBScript, because the unqualified script tags then assume
VBScript, and throw errors on the JavaScript code.
The workaround is to make sure that the first script tag on your page is
JavaScript - or to mod the controlHandler tags ...
-- David
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.