View Single Post
Old 04-28-2009, 10:48 PM   PM User | #4
stick_branch
New Coder

 
Join Date: Oct 2008
Location: Australia
Posts: 32
Thanks: 1
Thanked 1 Time in 1 Post
stick_branch is an unknown quantity at this point
auto complete?

i'm presuming you mean something like google's suggest feature...

onkeyup="function()"

function()
{
test = input.value;
send an xmlhttp request off to the server and in the response, grab the results and put it in a relative box to the one that you're typing in. If you know how to do the ajax it should be relatively simple. If you need help with it give me a bell.
}
stick_branch is offline   Reply With Quote