Previous | Next | (P-PDF) Forms & FDF
Topic: entering 2-letter state abbreviation in form
Conf: (P-PDF) Forms & FDF, Msg: 27333
From: l3onard
Date: 9/18/2001 11:11 AM
i'd like to be able to put a field (combo?) on a form that allows a user to input his/her state and the 2-letter state appears in the field. you and i have seen this a million time in browser forms. how do i do it with js? i see my problem as having at least the following two elements.
first problem: the combo field is not context sensitive. this means that when i enter "t" (for texas) nothing happens. i have to physically open the combo box and scroll down to texas.
second problem: so i scroll down to texas, now i've got to translate that to "TX".
i can solve the second part programmatically, but surely someone has already done this for me...yes?
leonard
(my email is leonard@irsdehassler.com)