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>
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>