Frank Taffelt wrote:
Reinhard,

if i understand your changes in forms xsl's, the following structure is your
solution:

<html>
  <head>
  </head>
  <body>
    ... some crazy stuff ...

  <script language="Javascript">
       forms_afterLoad();
  </script>

  </body>
</html>

i believe that this works in some (most) cases.

But the onload Event is defined, in the javascript event model, to be called
when the document has been loaded completely. The most browser's are
following this standard. Did you have any problems using the more standard
compatible way, when you defined the afterload handlers?

Thanks for your hint! Yes I had but after so many try-error cycles I'm not sure what the cause was. I'll try putting the textarea generation into the onload handler again.


--
Reinhard

Reply via email to