Is there a way of calling a vbScript Sub Routine using OnClick?
I have a very complex error checking routine and I am not familiar enough with Java Script like I am with vbScript. I have worked with this for over 12 hours and I am stuck!
<Input Type="Button" Value="Record Vote" Name="V1" OnClick=<%"Call AddVotes()"%>>
<%Sub AddVotes()
Response.Write "Add Votes Called"
End Sub%>
Can this be done? If it can what am I doing Wrong