Tag: ajax auto fill drop down
Ajax,jQuery Auto Fill Dropdown On Page Load
by  Java4s | 2 Comments
  [ Ask Question ]
Let us see the auto fill drop downs using Ajax and jQuery Files Required index.html db_fetch.jsp jquery-1.2.6.js (Add this jquery file at db_fetch.jsp location, same folder) web.xml Index.html <html> <head> <script src=”jquery-1.2.6.js” type=”text/javascript”></script> <script type=”text/javascript”> $(document).ready(function(){ var xmlhttp;…