Hi all,
I want to populate a text box based on the selected value in a SELECT list (combo box). I'm at my wits end trying to get OnChange to do ANYTHING. I've found some examples on the net but if I use the code it still does zippo.
Here's my code:
------------------------------------------------------
<%
Sub FindClassDesc()
'On Error Resume Next
'frm.txtTEST = "Zippedydoodah"
msgbox("hello"
End Sub
%>
(lots of html)
<select size="1" name="cboUSERCLASS" language="VBScript" OnChange="FindClassDesc()">
<%
'--VBScript to fill combo box from a database table, which works fine
%>
</SELECT>
-------------------------------------------------
advaTHANKSnce,
Steven.
I want to populate a text box based on the selected value in a SELECT list (combo box). I'm at my wits end trying to get OnChange to do ANYTHING. I've found some examples on the net but if I use the code it still does zippo.
Here's my code:
------------------------------------------------------
<%
Sub FindClassDesc()
'On Error Resume Next
'frm.txtTEST = "Zippedydoodah"
msgbox("hello"
End Sub
%>
(lots of html)
<select size="1" name="cboUSERCLASS" language="VBScript" OnChange="FindClassDesc()">
<%
'--VBScript to fill combo box from a database table, which works fine
%>
</SELECT>
-------------------------------------------------
advaTHANKSnce,
Steven.