HTML DATABASE ACCESS AJAX XML write a webpage to use data
HTML / DATABASE ACCESS / AJAX / XML
write a webpage to use database accesses to show the customer names and addresses of customer that satisfy conditions.
The page will contain a form allowing the user to enter the constrains desired. The constraints can be any combination, including none of:
Solution
<form action=\"form_action.asp\" method=\"get\" name=\"myForm\">
First name: <input type=\"text\" name=\"fname\"><br>
Last name: <input type=\"text\" name=\"lname\"><br>
<input type=\"button\" onclick=\"formSubmit()\" value=\"Send form data!\">
</form>