> Does anyone know of a script that will work on a <cfform> tag 
> like this one that works on regular form tags?
> http://www.dynamicdrive.com/dynamicindex11/highlightform.htm

I haven't tried using this script specifically, but you should be able to
use it with CFFORM by simply using the PASSTHROUGH attribute to pass the
ONCLICK event handler information:

<cfform ... passthrough="onclick='highlight(event);'">

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to