tags:

views:

61

answers:

0

Hi,

I use the following code to simulate right button click

NameValueCollection eventProperties = new NameValueCollection(); eventProperties.Add("button", "2"); box.FireEvent("onmousedown", eventProperties);

they work well in IE, but does not work in Firefox, Firefox still recognize the click as left (0) button button.

Thanks