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.)
Answer Posted / 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 |
Post New Answer View All Answers
What is ci in php?
What are the string functions in php?
What is the difference between core php and php?
What is difference between count or sizeof function in php?
How do you put a space in html?
Tell me how is it possible to propagate a session id?
How to select a database?
How does api connect to database?
What are the features of php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Which function is used to read a single character from a file in PHP.
How to enable parsing?
What is the method to register a variable into a session?
When to use self over $this?
What’s the special meaning of __sleep and __wakeup?