<?

String contents = request.getParameter("contents");

String temp = contents.replaceAll("\n","<BR>");

 

out.println(temp);

?>