i am getting reply from server as xyz.innerHTML=’blah blah’;
in blah blah i want to send newline and it should be displayed as new line in html.
what i have to do? please help.
i am getting reply from server as xyz.innerHTML=’blah blah’; in blah blah i want
Share
Add
<br />to it:Note: You can add the
<br />from server-side script too.