Javascript click function

Posted by Gordon Carpenter-Thompson on Stack Overflow See other posts from Stack Overflow or by Gordon Carpenter-Thompson
Published on 2010-03-18T11:18:04Z Indexed on 2010/03/18 11:21 UTC
Read the original article Hit count: 209

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. Reading around it seems that this is an IE specific extension (doh). Is there any way I can do a similar thing in chrome + firefox?

Thanks

© Stack Overflow or respective owner

Related posts about click

Related posts about JavaScript