RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR
Languages/ASP  2007/04/25 00:35
Function txtParser(txt, mode)

If (mode = 1) Then
txt = Replace(txt, "&" , "&")
txt = Replace(txt, "<" , "&lt;")
txt = Replace(txt, ">" , "&gt;")
txt = Replace(txt, VbCrlf , "<br>")
Else
txt = Replace(txt, "&amp;" , "&")
txt = Replace(txt, "<br>", VbCrlf)
End If

txtParser = txt

End Function
이올린에 북마크하기
2007/04/25 00:35 2007/04/25 00:35
http://jiny.kr/trackback/97
전체 (406)
지니소식 (4)
자료실 (4)
정보|뉴스 (5)
SmartPhone (1)
Languages (206)
Server (153)
Database (27)
Design (4)
Gallery (0)
분류하기귀찬.. (2)
«   2012/02   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      
  1. 창의력과 상상력을 넘어서  2009
    Tomcat 6.0 기본 환경 설정
  2. 닥공  2009
    서블릿 tomcat 6.0 실행시 에러
  1. 2010/07 (1)
  2. 2010/05 (1)
  3. 2010/02 (3)
  4. 2010/01 (3)
  5. 2009/05 (2)
Statistics Graph