Hello,
I am writing a simple form application that submits to a database. I have database filled select box of cities, and a text box for a corresponding zip code (which can be database filled as well). How would I fill in the Zip Code text box automatically based on the selected state? I would like to do this without making a roundtrip to the server, and I welcome any client-side suggestions.
Thanks!
I am writing a simple form application that submits to a database. I have database filled select box of cities, and a text box for a corresponding zip code (which can be database filled as well). How would I fill in the Zip Code text box automatically based on the selected state? I would like to do this without making a roundtrip to the server, and I welcome any client-side suggestions.
Thanks!