Ho provato anche cosi':
Alla combobox ho messo:
<select size="1" onchange="funMatr()" name="txtCombo" tabindex="5">
e ho creato una funzione:
<SCRIPT LANGUAGE="VBSCRIPT">
<!--
'Sub txtCarrello_Change
Function funMatr(txtCombo)
Val1 = Mid(txtCombo.Value, 1,18)
Val2 = Mid(txtCombo.Value, 19,5)

Response.Write Val1
Response.Write Val2

End Function

Ma nulla, anzi mi da' errore