> This works for non-image submit buttons, because the 'name' 
> and 'Value' tags on the submit tag works for them, but the 
> 'value' component isn't supported for <input type="image" ...>
> 
> Any one have any other ideas on how to do this?  multiple 
> images for submit buttons (where you know which you pressed).

<INPUT TYPE='IMAGE' NAME='imagename' SRC='vdknfdf'>

... in the receiving script you'll have the variables $imagename_x 
and $imagename_y if the image was clicked - they will also be the
x/y coords of where the user clicked.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to