function eventDateCallback(element, entry) {
// alert(entry + "&call_pp2=" + document.add_call.call_pp2.value);
return entry + "&call_pp2=" + document.add_call.call_pp2.value;
}
new Ajax.Autocompleter("search", "hint",
"/ajax_autocomplete/server.php",
{minChars: 1, frequency: 0.5, indicator: 'indicator1', callback: eventDateCallback}
);
thanks,
http://www.simpltry.com/2007/01/30/a...ic-parameters/