I started with XML this morning, and after playing arund with it for a while, I've found my problem. Every Alternate childNode for every Node in my document is an empty blank node.
For example
<DOCUMENT>
<ONE>Hello</ONE>
<TWO>Goodbye</TWO>
</DOCUMENT>
using javascript...
I am trying to let the user move a div from one place to another. When the user clicks on a div, it is removed from its current parentNode and transferred to a temporary moveable div using the DOM. Unfortunately, i don't know how to detect which of the numerous possible locations they have...
I am trying to build a website where two people can talk to each other. I am using AJAX, PHP and MySQL. What I would like is that, when one person submits a message to the server, the other person sees the message.
In effect I would like to send information to the client without the client...
I am trying to create a very dynamic form using AJAX. My AJAX function eval()s the responseText of the request as this is the best way of doing several other things.
I am writing this to input data into a database, and I would like to only use one function in php to input data into each of...
I am new to C++ and am trying to translate a program from VB6 to C++. In this program i have an Array that slowly grows in size as the program runs. I need to find out how to "Redim Preserve myArray(Ubound(myArray)+1)" in C++.
For those who don't use VB, this function extends the length of...
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.