Guest_imported
New member
- Jan 1, 1970
- 0
I have following HTML file:
<script language="VBScript">
Dim xmldoc
Set xmldoc = CreateObject("Microsoft.XMLDOM"
XMLDoc.load("'Here I want to Append or Change Child node information
'Here I want to save Changed Xml Object in Server
'Eg: XMLDoc.save("'But this does not work
</script>
<script language="VBScript">
Dim xmldoc
Set xmldoc = CreateObject("Microsoft.XMLDOM"
XMLDoc.load("'Here I want to Append or Change Child node information
'Here I want to save Changed Xml Object in Server
'Eg: XMLDoc.save("'But this does not work
</script>