User Profile
Collapse
-
undefined loadXMLDoc() -
-
...Code:<!DOCTYPE html> <html> <head> <script src="loadxmldoc.js"> </script> </head> <body> <script> xmlDoc=loadXMLDoc("one.xml"); newNode=xmlDoc.createElement("book"); x=xmlDoc.documentElement; y=xmlDoc.getElementsByTagName("book"); document.write("Book elementsLeave a comment:
-
want to add a new node in xml file using javascript
I have an image on page and there are some points are placed and one text area is assigned to them.I want to give the name to that points in text area and want to save that in XML file.
and when we open the browser that name should should be there along with the point.
I have done it almost only I cannot save that names in xml...
No activity results to display
Show More
Leave a comment: