Yep, MSIE is a sucky one. For the following image button:
<html:image altKey="image.caption" border="0" property="method"
value="myMethodName" src="myImage.gif" />

Firefox generates the following: 
  method.x=48&method.y=20&method=add
while MSIE generates just the following:
  method.x=48&method.y=20

Hmm, how to obtain method name on MSIE? I don't know yet. But
obviously I need to update my DialogAction to remove stinking ".x" and
".y". See, Jack, I did not know about this image thing. But I know
know ;-)

Michael.

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

Reply via email to