Reply to preserve line breaks in applet parameters
Posted by www.douglassdavis.com on 01/28/07 03:10
it seems every time i pass some text through an applet parameter, say:
....
<PARAM name="mytext" value='
This
is
a
test
'>
....
when i get the String, and print it out in the console window, it
never has the line breaks there. Is there any way I can preserve the
line breaks so that they are represented the same way they are in the
HTML?