Hi all,
Question: how to add newline character (<br>or \n) in a onchange event
(javascript) ?
Details : I am writing a simple javascript onchange of 15 check-box, which
appends a memo field with different text value depending on which check-box
is checked.
After each text value is added, how do i add a newline character so that
the next text that will be added is on a new line?

Thanks,

Re: onChange newline by Michael

Michael
Tue Jun 27 11:03:18 CDT 2006

I'm doing it to log messages in a multiline text field. See
http://www.stunnware.com/crm2/topic.aspx?id=ClientSideScripting2.

--
Michael

http://www.stunnware.com/crm

----------------------------------------------------------

"Isabel" <Isabel@discussions.microsoft.com> schrieb im Newsbeitrag
news:3028E329-FAF1-498C-95A8-5024F7F0C77F@microsoft.com...
> Hi all,
> Question: how to add newline character (<br>or \n) in a onchange event
> (javascript) ?
> Details : I am writing a simple javascript onchange of 15 check-box, which
> appends a memo field with different text value depending on which
> check-box
> is checked.
> After each text value is added, how do i add a newline character so that
> the next text that will be added is on a new line?
>
> Thanks,
>



Re: onChange newline by Isabel

Isabel
Tue Jun 27 13:37:01 CDT 2006

Thanks Michael, it helped.

"Michael Höhne" wrote:

> I'm doing it to log messages in a multiline text field. See
> http://www.stunnware.com/crm2/topic.aspx?id=ClientSideScripting2.
>
> --
> Michael
>
> http://www.stunnware.com/crm
>
> ----------------------------------------------------------
>
> "Isabel" <Isabel@discussions.microsoft.com> schrieb im Newsbeitrag
> news:3028E329-FAF1-498C-95A8-5024F7F0C77F@microsoft.com...
> > Hi all,
> > Question: how to add newline character (<br>or \n) in a onchange event
> > (javascript) ?
> > Details : I am writing a simple javascript onchange of 15 check-box, which
> > appends a memo field with different text value depending on which
> > check-box
> > is checked.
> > After each text value is added, how do i add a newline character so that
> > the next text that will be added is on a new line?
> >
> > Thanks,
> >
>
>
>