NancyJ
10-06-2005, 03:40 PM
Is there any work around for the IE problem with image input buttons?
in FF I can just do request.form("buttonname") and get the value the same as any other form control, but in IE ofcourse I have request.form("buttonname.x") and request.form("buttonname.y") which give me the coordinates of the point I pressed but not the actual value...
in FF I can just do request.form("buttonname") and get the value the same as any other form control, but in IE ofcourse I have request.form("buttonname.x") and request.form("buttonname.y") which give me the coordinates of the point I pressed but not the actual value...