[thelist] server to client

aardvark roselli at earthlink.net
Tue Sep 11 16:27:26 CDT 2001


> From: Matthias Ritzkowski <Matt at grndwtr.com>
[...] 
> 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 insert line breaks all the time, makes for more readable code...

<% response.write youString & vbcrlf %>

you can also use vbtab to insert tabs...

dig?




More information about the thelist mailing list