Jump to content

clickable image in html pass to php?


0rangeFish

Recommended Posts

Note that when an image input is clicked, the x,y coordinates of the click in the image are sent. So if you have

<form>
<input type='image' name='imageButton' src='myimage.jpg'>
</form>

then this is sent back to your page

Array
(
    [imageButton_x] => 4
    [imageButton_y] => 11
)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.