I have an order form that when a customer click this checkbox, I want to run the following onchange command. The if statement needs to check the value of the check box (0 or 1) and set the amount of the accordingly. If checked, then the value is $165, else then the value is 0.
Thanks in advance,
Greg
onchange= <%if ("ActiveMember.value=1" then ("ActiveMemberAmount.value=165"%>
<%else ("ActiveMemberAmount.value=0" end if%>
Thanks in advance,
Greg
onchange= <%if ("ActiveMember.value=1" then ("ActiveMemberAmount.value=165"%>
<%else ("ActiveMemberAmount.value=0" end if%>