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


JAVASCRIPT DHTML TUTORIALS » Node Operation » insertAdjacentText »

 

'insertAdjacentText()' Example



    
<html>
<body>
<script language="JavaScript">
function function1() {
   var myText = 'Some Sample Text';
   document.all.myDiv.insertAdjacentText('afterBegin', myText)

</script>
<button onclick="function1();">Insert element</button>
<div id="myDiv" style="width:300; height:200; border:solid black 1px;">
www.navioo.com
</div>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Node Operation
» insertAdjacentText