I would think this is an easy question, but I haven't been able to accomplish what I'm trying to do:
How can I add a value to a variable using the onClick event handler?
I have:
<%
session("varname") = 0
%>
When a button is clicked in a form, (not the button that submits the form), I want to increment that value by 1. Can anyone help?
Thanks,
-D-