I have one form with two submit buttons of type image. I use ASP with vbscript.
I have done this before where I used regular submit buttons and simply used different name values. Then on the next page I would do "If request.form("submitButtonName") = "blah" Then 'do something
However, for some reason when I use submit buttons with type="image" then using the name or value attributes doesn't do anything.
How can I tell which button was pressed?
I have done this before where I used regular submit buttons and simply used different name values. Then on the next page I would do "If request.form("submitButtonName") = "blah" Then 'do something
However, for some reason when I use submit buttons with type="image" then using the name or value attributes doesn't do anything.
How can I tell which button was pressed?