I'm trying to fill a textarea tag from JavaScript: I'm assigning to the innerHTML property a string, but i'm not able to let the text go to a new line. I've tried with a "\n" inside my string, but it doesn't work (maybe because I modified the innerHTML), I've tried with a"<br/>" inside my string, but still doesn't work... how can I do that? It seems to work with the innerText property, but that property isn't recognized from Netscape (isn't it?)
Thanks.
Max
Thanks.
Max