|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Formatting Memo Fields Using ASP |
From: |
Aaron Custer |
Date: |
2/28/2001 3:44:02 PM |
IP: |
208.48.12.152 |
Use the following function
<%
function addBr( myString )
addBr = Replace(myString, vbCrLf, "<BR>")
End function
%>
call the function this way
<%= addBr(request("dbField")) %>
Hope this helps
Aaron Custer |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|