Click to See Complete Forum and Search --> : name property pf an image button "isnt" send to server?


pelegk1
09-09-2004, 09:24 AM
i have made an a btuoon from an image using the button tag
like thuis :
<input type="image" name="btn_update_driver" src="images/v.gif" alt="עדכן שורה" title="עדכן שורה" style=
and when i press this button and the form is subbmited to the server i can;'t find the value "btn_update_driver" why is that?
thnaks i nadvance
peleg

gil davis
09-09-2004, 10:15 AM
You said in another post that you were getting "btn_update_driver_x" and "btn_update_driver_y". Seems to me you are getting the name of the button and the x, y coordinates. Just like <input type="image"> is supposed to work.