hey...
I know this is real easy to do and all...
but I just can't remember how to do it...
I have a textarea named 'code'
and a completely empty div
<div>
</div>
the textbox get's filled with html code...
(dynamically of course)
and now I need to display the html code in the div...
(using the textarea as a buffer)
how to?? :/