We can use special characters ('\n') to add line breaks in text in
JavaScript popup Alert boxes.
there is also few additional special characters:
\' single quote
\" double quote
\& ampersand
\\ backslash
\n new line
\r carriage return
\t tab
\b backspace
\f form feed
Is there also additional characters for more reach formatting? (bold
text, etc)? Need we put "\n" inside quotations?
Is there some Javascript popup Alert box text formatter, to format text
from GUI, more handy way?
JavaScript popup Alert boxes.
there is also few additional special characters:
\' single quote
\" double quote
\& ampersand
\\ backslash
\n new line
\r carriage return
\t tab
\b backspace
\f form feed
Is there also additional characters for more reach formatting? (bold
text, etc)? Need we put "\n" inside quotations?
Is there some Javascript popup Alert box text formatter, to format text
from GUI, more handy way?
Comment