Click to See Complete Forum and Search --> : display input in a readonly scroll box


atong
12-04-2003, 12:31 PM
Hi all,

I'd like to write a script that would display a text input in a readonly scroll box. The idea is having an input box below a scroll box, user can add a value by inputing the string in the input box, and click the ADD buttom. The value will then be displayed in the scroll box. Also, user can delete or modify the input values by selecting / clicking the values shown in the scroll box. The selected value will be shown in the input box, users can then modify or delete the values from the input box, and click the MODIFY or DELETE button to execute the transaction. The changes will be reflected in the scroll box after they have been successfully executed. Does anyone have any example codes on how to do this? Any help will be greatly appreciated!

thanks,

Annie