Pedro Valentini wrote:
Please, in the demo, try remove Start() from onload function and insert in the end of the html, like:
<script language="JavaScript" type="text/javascript"> Start(); </script> </body> </html>
Why it not work?
Because the page isn't loaded yet. All sorts of things happen between the end of the html and the onload function (no, I don't have a list). That's why we have onload functions!
-- Warning: May contain traces of nuts. _______________________________________________ mozilla-editor mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-editor
