What I need is the DHTML for an input box that allows
javascript to add drop down entries.
....
I'd like to create my own version of google suggest GS.
If you haven't seen GS check it out at :
http://www.google.com/webhp?complete=1&hl=en
I've reviewed several write-ups on the internet and
understand the issues around passing and fetching data
from the client to the server. Well, at least
as it's described in various tutorials.
I also can manipulate things fairly well using javascript.
Your help is deeply appreciated. Thanks.