Jump to content

Source Code Do Not Run


Guest Deamonwolf

Recommended Posts

Guest Deamonwolf

I follow all advice form w3school about AJAX and use the source to pratice myself. But some of source runwithout result such as when I realize AJAX with the customer database. <form> Select a Customer:<select name="customers" onchange="showCustomer(this.value)"> <option value="ALFKI">Alfreds Futterkiste</option> <option value="NORTS ">North/South</option> <option value="WOLZA">Wolski Zajazd</option> </select></form>when choose a customer the browser only show the text box with this customer and a blank screen without thedatabase of this customer info (no any mistake inform)How can I fix this problem?Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...