session transfer in combo box
Hi, I have a session trasfer which is attached to a submit button:
<form action="https://www.paytuition.com/pay.jhtml" method="post">
<input type="hidden" name="billerPayorId" value="1111">
<input type="hidden" name="productCode" value="Tuition">
<input type="hidden" name="salesTaxAmount" value="1.00">
<input type="hidden" name="customerReferenceNumber" value="1111">
<input type="hidden" name="billerId" value="EDU">
<input type="hidden" name="billerGroupId" value="YY8">
<input type="hidden" name="disallowLogin" value="Y">
<input type="submit" src="button.jpg" >
</form>
but I need now to attach it to an option in the combo box. The combo box should be able to execute several session transfers, depending on the option selected.
Is it possible? I would greatly appreciate any help.

