I have a dynamically generated form and I wish to do validation on some
of the fields using Javascript.
Basically I am ensuring that numeric data is entered  - simple enough to
validate, but the problem occurs when there are units such as currency
that need to be submitted along with the value.

For reasons that it will take too long to go into, it is imperitive that
the value field and the unit field are called the same thing.

Here is a sample of my code:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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