HighDots Forums  

form with auto search

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss form with auto search in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
viviane lima - * - * -
 
Posts: n/a

Default form with auto search - 05-25-2004 , 06:21 PM






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




Reply With Quote
  #2  
Old   
Paul Whitham TMM
 
Posts: n/a

Default Re: form with auto search - 05-25-2004 , 06:25 PM






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

Quote:
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






Reply With Quote
  #3  
Old   
viviane lima - * - * -
 
Posts: n/a

Default Re: form with auto search - 05-25-2004 , 06:27 PM



Hi Paul,

Do you have also examples step by step for working this?

thanks

Vivian


"Paul Whitham TMM" <> escreveu na mensagem
news:c90h0v$fks$1 (AT) forums (DOT) macromedia.com...
Quote:
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








Reply With Quote
  #4  
Old   
Alan
 
Posts: n/a

Default Re: form with auto search - 05-25-2004 , 06:27 PM



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.

Quote:
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





Reply With Quote
  #5  
Old   
viviane lima - * - * -
 
Posts: n/a

Default Re: form with auto search - 05-26-2004 , 02:25 AM



Alan

i am interesting in your php-mysql example
contact me: vivianelima (AT) ligbr (DOT) com.br

thanks

vivian

Quote:
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







Reply With Quote
  #6  
Old   
Alan
 
Posts: n/a

Default Re: form with auto search - 05-26-2004 , 06:51 AM



http://www.yourphppro.com/version/en-us/content/page_4.html

note- that firm has stopped offering the free limited version I had used.
Depending on options you want, it's several hundred bucks for the pro
script. It's a dealer locator script, it returns the name/address of the
closest dealer that's in the db. Has an admin page to enter the dealer info
into the db.

there's also this-
http://www.newdataweb.com/software/zipcode/
this says it's a distance calculator- $45
It just calcs the distance between two zipcodes, it doesn't locate nearest
dealer from a list like the one above does.

There's additions/changes to the zipcode made every year- the info in the db
can get stale.



Quote:
Alan

i am interesting in your php-mysql example
contact me: vivianelima (AT) ligbr (DOT) com.br

thanks

vivian


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.