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 the default session time in php?
What is the use of @ in php?
Why does php need server?
How to create a table to store files?
What is an anti csrf token?
How to generate a form?
What is the default time in seconds for which session data is considered valid?
How check variable is set or not in php?
What is traits? How it is used in php?
What is associative array in php?
What is php simple definition?
What is the difference between characters and #?
Tell me what is the importance of "action" attribute in a html form?
What is the difference between query and inquiry?
What is Gd PHP?