Forum Moderators: open

Message Too Old, No Replies

fix date entry

         

stevelibby

9:31 am on Aug 5, 2006 (gmt 0)

10+ Year Member



can anyone here help me
[webmasterworld.com...]

aspdaddy

3:15 pm on Aug 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




I think you need to look in the db and see how the line breaks are being handled and then replace them with <BR>'s before outputting it into the javascript.

e.g

with response
.write "editor1.create('"
.write Replace(objRS("Text"),vbCrLF, "<BR>")
.write "'); "
end with