[thelist] server to client

Ornstein, Ian IanOrnstein at NC.SLR.com
Wed Sep 12 08:41:00 CDT 2001


If you want the generated code to be on a newline then
add & vbNewLine
If you want the the HTML to render on a newline then
include "<BR>"

hth
- IanO -

-----Original Message-----
From: Matthias Ritzkowski [mailto:Matt at grndwtr.com]
Sent: Tuesday, September 11, 2001 5:18 PM
To: 'thelist at lists.evolt.org'
Subject: [thelist] server to client


Hello all!

Does anyone know how to write out a linebreak from the server to the client?
I am writing an ASP page which produces client-side script from the server,
using VBScript.
(Don't ask ..)

I am basically looking for something like

<%
some code here

response.write "/n" <-this is what I am unclear about!!

some more code on a new line

%>

which will generate a line break when I view the source ...

TIA
Matthias




More information about the thelist mailing list