I want to incorporate mutliple submit buttons for a single form, all buttons submit the same form and data, but process the form differently depending on which button was clicked.
Things is how does the calling ASP page that processes the form know which button was clicked? I'd image you use something like an IF button1 Then...ElseIf Button2 etc etc statement, but don't know the exact syntax.
Thanks!