| |
subnation
Posts: 20
Score: 0
Joined: 5/22/2001
From: USA
Status: offline
|
Hello, I have a list box filled with names. I want to be able to click on a name and display the name in a message box. Does anyone know how to do that? for ex: <script language-vbscript> 'userz is name of listbox sub userz_onclick() aa = window.frm1.userz.(what goes here?) msgbox(aa) end sub </script>
|
|