Results 1 to 3 of 3

Thread: No Script ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118

    Question

    Hi Everyone..

    Please tell me the <NoScipt> command how does it work? I thinks this will fix my problem.

    Problem. The user can type text in a memo field. But if he uses <b> "<b>" commands it should just show "<b>" and not text in bold

    Thanks.

  2. #2
    kayoca
    Guest
    If you are talking about ASP you can use server.HTMLEncode
    Code:
    server.HTMLEncode ( "<b>Greetings</b>' )
    It will appear like this:
    <b>Greetings</b>
    And not like this
    Greetings

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118

    Thanks

    Thanks ... helps me alot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width