Is there a new line or carriage return in ASP?
Im trying to stream some parameters to a Java Applet.
I Tried this but that is no good because it is reading the <BR> as part of the stream.
<% Response.write "[HIGHLIGHT]"%><BR>
<% Response.write "X = 824" %>
So when all is said and done. It should look like this.
[HIGHLIGHT]
X = 824
AJ
Do you feel lucky?
Im trying to stream some parameters to a Java Applet.
I Tried this but that is no good because it is reading the <BR> as part of the stream.
<% Response.write "[HIGHLIGHT]"%><BR>
<% Response.write "X = 824" %>
So when all is said and done. It should look like this.
[HIGHLIGHT]
X = 824
AJ
Do you feel lucky?