For the most part it works, but the text to be sent via the onclick is held in an array. When the code executes it transfers the name of the array, not it's contents. How do I fix that?
e.onclick = function() {update(ary[l][0]);};
Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.
e.onclick = function() {update(ary[l][0]);};
Let all bear in mind that a society is judged not so much by the standards attained by its more affluent and privileged members as by the quality of life which it is able to assure for its weakest members.