<?php
print "<body onLoad="document.forms[0].textarea.value=$var_php">";
?>
Entschuldige, ich habe die Hochkommas vergessen:
<?php
print "<body onLoad="document.forms[0].textarea.value='$var_php'">";
?>
Jetzt aber!
Viele Grüße
Patrick Canterino