I have what should be a simple question. I have a page with a large form on it. In the middle of the form is an input box where the user should be able to enter some text, and click an "add" button. I want an list box next to this input box that shows all the user has "added". There is also a "remove" button. If the user highlights an item in the list box and clicks "remove" it should dynamically update the list box.
My question: Is there a way to do this, without processing the rest of the form? I want to simply update a couple of fields on the form, but not process it.
Any suggestions?
Thanks.
marc@mobiliware.com