Javascript Objects JavaScript DHTML




function function1() {
    var m = "This is a sample text. First paragraph.

";
    m += "

This is the second paragraph.

"
    document.writeln(m); 
}