'createTextNode()' Syntax, Parameters and Note : createTextNode : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  createTextNode  ]   
 



'createTextNode()' Syntax, Parameters and Note

Note:

Creates a new text node.
    
Syntax:
    
document.createTextNode(param1)

Parameters:
    param1   Optional; the nodeValue property value. 

    

      
      
Related examples in the same category
1.  'createTextNode()' Example
2.  'createTextNode()' is applied to
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.