My apologies to everyone for the original post. Here is the JavaScript file "straightened out".
if(typeof(bsn)=="undefined")
_b=bsn={};
if(typeof(_b.Autosuggest)=="undefined")
_b.Autosuggest={};
else
alert("Autosuggest is already set!");
_b.AutoSuggest=function(b,c){...
Dear fellow developers:
I have been working on an autocomplete script that I have modified to be used with JSP's/Servlets. The script is working very nicely, except for one minor issue. When the user selects from the suggestions in the drop down list, for some unexplained reason, an extra...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.