Hi,<br>
<br>
I'm trying to figure out how to get the following when I write the value of the textarea using document.write's.<br>
<br>
<textarea rows="20" name="Notification" cols="74"><br>
Hello there,<br>
<br>
I'm trying to make a nicely<br>
formatted string of text in a <br>
textarea form field. How does<br>
one make the carriage returns<br>
using Javascript document.<br>
write's?<br>
<br>
2nd paragraph goes here after<br>
space etc...<br>
</textarea><br>
<br>
Does anyone know of a code that can be <br>
output that tells the browser to <br>
carriage return in a textarea; put another<br>
way. <br>
<br>
I'm trying to figure out how to get the following when I write the value of the textarea using document.write's.<br>
<br>
<textarea rows="20" name="Notification" cols="74"><br>
Hello there,<br>
<br>
I'm trying to make a nicely<br>
formatted string of text in a <br>
textarea form field. How does<br>
one make the carriage returns<br>
using Javascript document.<br>
write's?<br>
<br>
2nd paragraph goes here after<br>
space etc...<br>
</textarea><br>
<br>
Does anyone know of a code that can be <br>
output that tells the browser to <br>
carriage return in a textarea; put another<br>
way. <br>