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 does nan stand for computer science?
Is it worth learning php in 2019?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Explain mixed and callback functions?
Explain the different types of errors in php.
How can you increase the maximum execution time of a script in php?
Tell me what are the encryption techniques in php?
Explain php split() function.
How values in arrays are indexed?
How should a model be structured in mvc?
What is php string function?
Tell me what is the use of explode() function?
How many columns can be added in a table in mysql?
Is null empty php?
Which is not a php magic constant?