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 |
What is the exact Diff. between include_once() and require_once() in PHP?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
Can php run without server?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
Why and where do we use htaccess?
what do you mean by webserver's document root?
What are the different data types in javascript?
How long does a session last in php?
Explain what does the expression exception::__tostring means?
Tell me how to find the position of the first occurrence of a substring in a string?
Name the Functions in IMAP, POP3 AND LDAP?
Difference between mysql_connect and mysql_pconnect?