I have an element with an onclick method.
I would like to activate that method (or: fake a click on this element) within another function.
I
For IE there is fireEvent() method. Don't know if that works for other browsers.