![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In my form to register to user I want to enter ZIP code and lost focus, auto showing address fields as ZIP code entered. Exist a extention for this? I using MySql database and ASP. thanks for suggestions.. Vivian |
#3
| |||
| |||
|
|
No extension. You would have to do with javascript to function as described. -- Regards Paul Whitham Macromedia Certified Professional for Dreamweaver MX2004 Valleybiz Internet Design www.valleybiz.net Team Macromedia Volunteer for Ultradev/Dreamweaver MX www.macromedia.com/support/forums/team_macromedia "viviane lima - * - * -" <vivianelima (AT) ligbr (DOT) com.br> wrote in message news:c90gou$f9g$1 (AT) forums (DOT) macromedia.com... In my form to register to user I want to enter ZIP code and lost focus, auto showing address fields as ZIP code entered. Exist a extention for this? I using MySql database and ASP. thanks for suggestions.. Vivian |
#4
| |||
| |||
|
|
In my form to register to user I want to enter ZIP code and lost focus, auto showing address fields as ZIP code entered. Exist a extention for this? I using MySql database and ASP. thanks for suggestions.. Vivian |
#5
| |||
| |||
|
|
not fully understanding you maybe- are you looking for a reverse lookup, so that if someone enters a US Zip Code, that location will populate the City field? Without refreshing the page? there may be some way to do it- but i don't see a practical way to have it fill in the City field without submitting the zipcode to the server First and doing the lookup serverside. Because otherwise you are talking having the entire ZipCode/Town infromation for all of the US in the page, in JavaScript. I've used a php/mysql script that calculates distances between zipcodes- The database for it is 3.5 megabytes. In my form to register to user I want to enter ZIP code and lost focus, auto showing address fields as ZIP code entered. Exist a extention for this? I using MySql database and ASP. thanks for suggestions.. Vivian |
#6
| |||
| |||
|
|
Alan i am interesting in your php-mysql example contact me: vivianelima (AT) ligbr (DOT) com.br thanks vivian |
![]() |
| Thread Tools | |
| Display Modes | |
| |