I have a client that wishes to automate a form for their employees. In essence, when the form is filled out, they want a drop down menu that they can use that autofills the address and possibly phone numbers into text boxes. They only have 6 addresses. The components of the address need to populate the different input text boxes.

Eaxample

(select list)
Location A
Location B
Location C

(autofills location)
(A)
1234 West Fern           <input type=text>
Chicago          <input type=text>
Il               <input type=text>
55555            <input type=text>

(B)
5498 East Clover         <input type=text>
New York                 <input type=text>
NY               <input type=text>
44444            <input type=text>



I saw this once on a site that used javascript to autofill the form but cannot find the site. Nor can I find any examples of this after an exhaustive search. I was wondering if any of you javascript gurus could help me out or point me in the right direction.

Thanks
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to