Hi Ryan. thank you for all your help..
In the Firefox + firebug show me 1 error:
-----------------------
Ajax is not defined
onkeyup(keyup charCode=0, keyCode=83) --- eRBcWOuq...3Fg%3D%3D (line 2)
new (Ajax.Updater)("results_box"...ameters: Form.serialize("searchform")});
------------------------
when I click in "onkeyup" or in the line "new(Ajax.Update...) the script show me:
function onkeyup(event) {
new (Ajax.Updater)("results_box", "search-users", {asynchronous: true, method: "post", parameters: Form.serialize("searchform")});
document.getElementById("results_box").style.visibility = "visible";
}
Where can I found this function, or what is wrong with this function?