I know 2 drop down list ajax and php without press submit button
Pann Ei 0 Newbie Poster
Recommended Answers
Jump to PostHi
try the below code. it will help you to solve your issue
category.php
<script type="text/javascript"> function showcategory_table(str1) { if (str1=="") { document.getElementById("txtHint1").innerHTML=""; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new …
All 4 Replies
decade 2 Junior Poster in Training
Pann Ei 0 Newbie Poster
decade 2 Junior Poster in Training
rpv_sen 59 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.