Results 1 to 6 of 6

Thread: **resolved**how can i create a button that can bold certain selected word on textarea

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    asia
    Posts
    87

    **resolved**how can i create a button that can bold certain selected word on textarea

    can javascript do this kind of trick?
    ...
    Last edited by ZUWARI; Jan 22nd, 2003 at 03:59 AM.

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    Code:
    document.getSelection();
    will get the current highlighted text within the document. Not sure with regards to text areas though...
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Yeah I don't reckon you'll be able to bold text in a form element either.

    Is that cross-browser by the way Lee, or just IE?

  4. #4
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    cross browser I think. It's part of the document object.
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  5. #5
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Oh right, I don't think I've seen it before.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    asia
    Posts
    87

    Talking


    nop coz i think if we can do it, of course our vbforums reply form would not be the same ( i hope people will understand this!)

    after all the textarea is considered as one single object and only one way to access it value... right?

    if not please tell me the truth people!

    .. thanks for the replies


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