Neil escreveu:
So, what can I try to do?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!
Remember, when I do a httprequest the javascripts don't run, and the text editor will be in this form.
--
Pedro C. Valentini [EMAIL PROTECTED] +55 (21) 8708-8035
_______________________________________________ mozilla-editor mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-editor
