Hi all,
i'm quite new to javascript and can't find the answer on the net, but
sorry if i'm going to ask a stupid question :-)
I am programming in PHP. The PHP code makes a message which I want to show
in a confirmation box using javascript. The message can be quite large
(about 300 characters) and thus does not fit on one line. I noticed that
although the HTML source file shows a complete text, the confirmation box
does not; the end of the text is lost.
Is it possible to automatically show the text on multiple lines, or should
I manually add newline characters (how?) ?
thanks a lot in advance,
Martin
i'm quite new to javascript and can't find the answer on the net, but
sorry if i'm going to ask a stupid question :-)
I am programming in PHP. The PHP code makes a message which I want to show
in a confirmation box using javascript. The message can be quite large
(about 300 characters) and thus does not fit on one line. I noticed that
although the HTML source file shows a complete text, the confirmation box
does not; the end of the text is lost.
Is it possible to automatically show the text on multiple lines, or should
I manually add newline characters (how?) ?
thanks a lot in advance,
Martin
Comment