It worked on the live preview of dreamweaver, but when i preview on firefox or ie, it does not work.
i made a research and for security purpose broswers do not allow to make a xmlrequest on another server.
any suggestion on how i can resolve this problem???
first you need to point to the xml file using something like this:
xmlDoc.load("note.xml");
and you have to play with the tags name like on the sample below
xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue
* xmlDoc - the XML document created by the parser.
*...
Let me try to explain what i am trying to do:
i subscribed to a service where i can search for good quality aerial pictures. The way it works i have to use a html form that submits all my search criteria to their server using the get method and returns me a xml code.
The problem i am having is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.