Hi everybody!

Maybe someone tried to go along with html 4.0 buttons.
this is really strange.
since IE 5.0 <button type="submit" .. > buttons should send the contents of
the value attribute, if it exists; not the body contents.
So guess, what I get now with IE 6.0.2800.1106.xpsp2.030422-1633:

<snip source="bla.html">
    <button  type="submit" name="action" value="MENU_SYSTEM_EDIT">
        <img src="images/edit-button.jpg" /> 
    </button>
</snip>

results in
<snip source="debugging in lookupdispatchAction.java>
 parameter= "action"
 name= "<IMG src="images/r-delete.gif">"
</snip>

it works nicely with firefox and opera..
there it produces
<snip source="debugging in lookupdispatchAction.java>
 parameter= "action"
 name= "MENU_SYSTEM_EDIT"
</snip>

anybody knows if this intended behaviour or a big ugly IE bug?
thanks,
Axel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to