Wladimir Palant wrote:
You shouldn't use getElementById before the window's load event. Use window.addEventListener("load") to add your handler and put this code there.
Thx. Than I put it together with the context menu code... Gerald _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
