'appendChild()' Example : appendChild : Node Operation JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Node Operation » appendChild »

 

'appendChild()' Example



    
<html>
<body>
<script language="javascript">
function function1(){
   var myElement = document.createElement('<div style="width:600; height:200;background-color:blue;"></div>');
   document.all.myBody.appendChild(myElement)

</script>
<body id="myBody"><button onclick="function1();">Append child</button></body>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Node Operation
» appendChild