If i make my selection in State Dropdown list, i would the
City and ZipCode dropdown list to be automatically reupdated
based on the State i select.(This to avoid the user select a
City or Zipcode that does not correspond to the State
previously selected.)
Answers were Sorted based on User's Feedback
Answer / priti
Use AJAX for this problem. Create XMLHttpRequest and hit
server with parameter "state" get the City and Zipcode from
the database and return the output and fill in your City or
Zipcode variable.
Thanks.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / guest_shah
u can do this with javascirpt.update ur dropdownlist with
selected values using javascript variable.and return it with
ur script.
| Is This Answer Correct ? | 3 Yes | 1 No |
Which is faster for or foreach php?
How to fix "headers already sent" error in php
What language is php written in?
How to calculate the difference between two dates using php?
What is implode() in php?
How do I update php?
Is php developer in demand?
Explain different sorting function in php?
Why do we use session?
How will you create a bi-lingual site (multiple languages) ?
Explain what is memcache?
What are html entities?