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
This is a perfect example of where you should use a javascript library like Prototype or JQuery to abstract away the cross-browser differences.