Displaying 1 result from an estimated 1 matches for "neoflex".
Did you mean:
goflex
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
Hi,
I am trying to send input from a form to do a live php boolean search. so
an example
search string is
''+neoflex +standard +output -green''
the problem is something is filtering the ''+'' and i can figure out to to
send it.
here is the html and js that i am using.
<input type="text" id="prodid" onkeyup="autosearch(this)" name="prodid" />...