There are some similiar questions posted here, but they are too specific.
When a form has multiple image inputs and the server side uses their names and/or values to distinguish which one was clicked it works perfectly in FF and people often write the whole thing before finding out taht HTML specifies nothing has to be sent and some browsers are not sending it.
The question is: What can I do to fix that?
[edit] This really needs clarification. It's not about sending anything, but sending a pair input_name=input_value (I bolded it in the original question)
The best worst-case scenario example here would be what I've encountered: A list of elements all in one form and all accompanied by buttons with name="delete" value="<item_id>"