'writeln()' Example : document : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » document »

 

'writeln()' Example



    
<html>
<body>
<script language="JavaScript">
function function1() {
    var m = "<p'>This is a sample text. First paragraph.</p>";
    m += "<p>This is the second paragraph.</p>"
    document.writeln(m)
}
</script>
<input type="button" value="Add some HTML content to this page" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» document