I have a form in which I want to use images as the submit buttons. The x/y coordinates are posted, but the values are not.
Here's a typical image line:
"<input type=""image"" name=""imgname1"" width=""100"" height=""75"" border=""1"" value=strpd(1) src=""" & strImageURL & strpd(1)& ".png"">" & "</a>" & vbNewLine & _
The form definition line is like this:
"<form name=""imgcap"" action=""googtest.asp?imgname=" & Request.Form("imgname1") & """>" & vbNewLine & _