Store input text to combobox (where to save the combobox values? array?) - user settings page
2 text boxes (input type='text')
1 combobox (empty at the beginng OR loading filled in combobox)
1 button (saves the two filled in textboxes to combobox
The main question:
To store user text in a combobox is not very hard, problem is, on REFRESH..combobox is empty. I need a way to remember those inputs. I can only think of an array.
side question: With jQuery, what are the easiest methods to do CRUD operations with an array?
Is an array the best way?
Purpose:
Just a settings page, where you can define a new IP adress and Port...so you don't have to write them all the time..next time you visit the page, you can choose your saved server from the list and connect with it.