Actually, there's a couple of ways to do this.

One would be to use a java applet that would, based on the selection by the
user, pull the corresponding data into the fields.

Another would be to have, upon selecting an option of the drop down, simply
auto-submit the form, and have it then pull up another form with the proper
info in the fields, based on a query.

And.. I'm sure there are others.

HTH


Lee Fuller
Chief Technical Officer
PrimeDNA Corporation / AAA Web Hosting Corporation
"We ARE the net."
http://www.aaawebhosting.com



-----Original Message-----
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 6:01 PM
To: CF-Talk
Subject: auto-form fill in


Does anyone know of a custom cf tag or javascript where once a user chooses
an item from a pull down menu it will fill in the address fields of the form
automatically? I'm thinking the page would first do a query of a table that
contains all the companies and their addresses the users could choose from
and store it in an array, then whichever 'company' the user chooses it will
refer to the array and match the comapny ID numbers and auto-fill the info?

SR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to