Click to See Complete Forum and Search --> : formating/tags in textarea


Erik
03-22-2000, 04:02 AM
How make a form with textarea so that when the user use return/enter then
the <BR>-tag is automaticly inserted in the form ?? And is it possible to
make a easy code for a butten so that it will put in <B></B> (bold) tag before
and after a highlighted text in the same textarea ??

Erik

Mike
03-22-2000, 03:49 PM
I have not done this but it seems as if you could use DHTML to accomplish
this using the innerHTML property and insertAdjacentHTML method

"Erik" <erik.brede@klinmed.uio.no> wrote:
>
>How make a form with textarea so that when the user use return/enter then
>the <BR>-tag is automaticly inserted in the form ?? And is it possible to
>make a easy code for a butten so that it will put in <B></B> (bold) tag
before
>and after a highlighted text in the same textarea ??
>
>Erik