Gerald Vogt wrote:
However, the DOM does not contain the key elements yet when the script is running. The getElementById calls return null.
You shouldn't use getElementById before the window's load event. Use window.addEventListener("load") to add your handler and put this code there.
Wladimir _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
