Bakusozoku
03-06-2006, 09:38 AM
Well, I have the following code:
<%
dim x
x="k"
response.write Replace(x,"k","<br/>")
%>
now how can I change it so instead of k it will replace enter to <br/>?
<%
dim x
x="k"
response.write Replace(x,"k","<br/>")
%>
now how can I change it so instead of k it will replace enter to <br/>?