Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  function allCounty() {
  2.  var strURL="displaydata6.php?state="+state;
  3. req=makeRequest(strURL);
  4.  document.getElementById('allcounty').innerHTML=req.responseText;
  5. }
  6.  
  7.   <tr>
  8.       <td>County</td>
  9.       <td><div id="countydiv">
  10.       <select name="county" onClick="genusSelect(this.value)">
  11.       <option id="allcounty">Select All</option>
  12.       </select>
  13.       </div></td>
  14.   </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement