voigtann1 skrev:
läs länkarna jag har bifogat:
strText = Replace([b]strText ,[/b]"&", "&") strText = Replace([b]strText ,[/b]vbCrLf, "<br />")Plus du kan ju inte ha det som ett javascript:
<% Function fReplace(ByVal strText) strText = Replace([b]strText ,[/b]"&", "&") strText = Replace([b]strText ,[/b]vbCrLf, "<br />") fReplace = strText End Function %>
Sweeeeet! Funkar ju klockrent!! Tack voigtann1!
