micmic2
07-05-2003, 03:18 PM
when i use textarea:
<textarea name="mes" rows=10 cols=40></textarea>
<%mes=Request.Form("mes")%>
<%=mes%>
it doesn't recognise a broken line:
1
2
I have to write
1<br>2
is there a way to make it recognise a broken line?
<textarea name="mes" rows=10 cols=40></textarea>
<%mes=Request.Form("mes")%>
<%=mes%>
it doesn't recognise a broken line:
1
2
I have to write
1<br>2
is there a way to make it recognise a broken line?