|
-
Jan 23rd, 2003, 09:57 PM
#1
Thread Starter
Lively Member
VBScript-How To Pass Checked Checkbox Value To Listbox; Remove ListItem From List Box
Good day !
Let say I got 2 buttons, called cmdAdd and cmdRemove. When the user click on cmdAdd, the script should automatically add in all the value of checked checkbox (let say chkData) to the list (let say lstItem).
In another case, when the user select items in the list and click on cmdRemove, the selected shall be removed from the list and the check box of the selected value shall be unchecked.
How can I accomplish this using VBScript ?
I try to search through the webs but I can hardly find any references for me to refer, even in MSDN.
Besides that, I choose VBScript cauz I more familiar with VB compare to JavaScript.
Help. Really need help.
Thanks a lot !
SonicWave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|