I\'ve got some code which works fine in IE but unfortunately not in Google Chrome/Firefox.
It relies upon calling a click() event on a button from javascript. Readin
onclick="methodcall();" works for me fine...