Hi everybody i have an aplication located at this page

http://arshelpdesk.free.fr/v1/tech_create_ticket.php

in which are linked troi js files

http://arshelpdesk.free.fr/v1/include/js/util.js
http://arshelpdesk.free.fr/v1/include/js/PopupList.js
http://arshelpdesk.free.fr/v1/include/js/Suggests.js

on the page when tech_crate_ticket, when i click in the first input it
suggest me all the user in the db
starting with the word that i type. All inforamtion are taken from db
and concat with::
i'd like to split the information selected to insert it in different
inputs
the name , lastname, address, phone, etc.

but i don't know how i can dow to split information immediatly after
the select of right user.

Thanks.

Here is how the object in call , onload

function onBodyLoad() {
nameSuggest = new HttpSuggest("txt_client_nom",
"server/get_client_infos.php");
document.getElementById("txt_client_nom").focus();
}
onBodyLoad();

Ca anyone help me please.

you can type an s to test autosuggest.

merci

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to