Hallo,

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 28. Februar 2002 10:42
> An: [EMAIL PROTECTED]
> Betreff: [aspdebeginners] Re: AW: wie finde ich ein "<br>" im text
> 
> 
> hab nun folgenden code (in einem textfeld)
> 
> <%if instr(rs("textx"), "<br>") then%>
> <%=replace(rs("textx"), "<br>", vbcrlf)%>
> <%else response.write rs("textx")%>
> <%end if%>

<%
if instr(rs("textx"), "<br>") then
   replace(rs("textx"), "<br>", vbCrLf)
else
   response.write rs("textx")
end if
%>



mfG - D. L�tje

---

                 \\|||//                   //|||\\
                 |     |                   (�   �)
                 (.) (.)                      "
==============oOO==(_)==OOo=============��O===�==O��==============

Dieter L�tje, Kernkraftwerk Kr�mmel, Elbuferstr. 82, D-21502 Geesthacht.
Tel.: +49 (0)4152 - 15 27 86, Fax: +49 (0)152 - 15 25 17.
eMail: [EMAIL PROTECTED]

PGP-Key at: idap://certserver.pgp.com or
PGP-Fingerprint: C52A 5AEC 91B1 7F84 3BCA F406 43AE 8845 27CC 09BA


| Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/
| [aspdebeginners] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv
| Sie knnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp

Antwort per Email an