Forum Moderators: open

Message Too Old, No Replies

select options

         

supermanjnk

2:14 pm on Jul 19, 2005 (gmt 0)

10+ Year Member



On some websites I have seen they have drop down boxes where you can just type a letter or two and it will jump to that letter in the list, I was wondering how I would go about doing this. Also is there a way to make it so that you can type something into a select field so that it adds it instead of using one thats already in there? (I'm using php as my backend so when you type in a new one it would be added to the database, otherwise it will just use the one you choose)

supermanjnk

3:33 pm on Jul 19, 2005 (gmt 0)

10+ Year Member



added - about the typing letters right now if you do it it will go to whatever the last letter you have is (if it exists)

for instance I have
dog
cat
duck
squirrel
cow
sheep
otter

lets say I type c
it's going to show me cat, but if i want cow, and I type co it gives me otter because there is something there that has an o.