I have the following code :
document.writeln(totalString)
document.writeln(OrderedString)
And these print out the correct information to the web page but all on one line, Where and how do I put the code for a newline ?
document.writeln(totalString)
document.writeln(OrderedString)
And these print out the correct information to the web page but all on one line, Where and how do I put the code for a newline ?