R
Rich
Hello,
I was just wondering if there is/are an event(s) for the
select tag, specifically like an onclick event
<p><select name="test" size="8">
<option value="zero">test1</option>
<option>test2</option>
<option>test3</option>
<option>test4</option>
</select></p>
Sub test_onclick()
msgbox test.selectedindex
End Sub
I haven't tried this, but before I spin my wheels trying
to guess the event names, are there any for the select
tag? Or do I have to call the sub/function from a submit
button?
Thanks,
Rich
I was just wondering if there is/are an event(s) for the
select tag, specifically like an onclick event
<p><select name="test" size="8">
<option value="zero">test1</option>
<option>test2</option>
<option>test3</option>
<option>test4</option>
</select></p>
Sub test_onclick()
msgbox test.selectedindex
End Sub
I haven't tried this, but before I spin my wheels trying
to guess the event names, are there any for the select
tag? Or do I have to call the sub/function from a submit
button?
Thanks,
Rich