Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Creates a processing instruction node that contains the supplied target and data.
[Script]An object. Returns the new IXMLDOMProcessingInstruction object.
The following script example specifies the target string "xml" and the data string "version=\"1.0\"" to generate the processing instruction <?XML version="1.0"?> .
var xmlDoc = new ActiveXObject("Msxml2.DOMDocument.4.0");Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |