Guest_imported
New member
- Jan 1, 1970
- 0
I can use an image instead of submit button on a form...
I can use multiple forms on the same page with submit BUTTONS and find out which form was posted...
But what if I have multiple images that have to act as submit buttons on the same page?
How do I figure out which form is posted? Calling the images the same name and assigning them different
values does not work. Response.Form("imageName" does not pick up the value of the image.
I was thinking of making one form use "post" and the other one "get" - but what if I have more than 2 buttons/images?
Please help if someone has a code snippet for it.
I can use multiple forms on the same page with submit BUTTONS and find out which form was posted...
But what if I have multiple images that have to act as submit buttons on the same page?
How do I figure out which form is posted? Calling the images the same name and assigning them different
values does not work. Response.Form("imageName" does not pick up the value of the image.
I was thinking of making one form use "post" and the other one "get" - but what if I have more than 2 buttons/images?
Please help if someone has a code snippet for it.