I have a cold fusion query that dumps out records from a database into a form so that can be updated. It loop through the records and uses the current record value to set the form field name. ie. date1, date 2, date 3 etc.
That I want to do is be able to check through JavaScript that date 2 is before date 3 and date 1 is before date 2. If this was a form I would just use document.form.field.value, problem is the field name is dynamic. Can I get JavaScript to check to field before it ie field3 will check field2, so its field -1. Make any sense. Brian ----------------------------------------------------------------------------------- The contents of this message are the views of the Author and do not necessarily reflect the views of SUNCORP METWAY LTD ABN 66 010 831 722. The content of this e-mail, including attachments is a confidential communication between the Suncorp Metway Group and the intended addressee. Any unauthorised use of the contents is expressly prohibited. If you have received this e-mail in error please contact the sender immediately and then delete the message and any attachment(s). http://www.suncorp.com.au --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
