I will be reading a tag from xml and assign it to a variable, ID.
ID=(x[i].getElementsByTagName("ID-NUM")[0].childNodes[0].nodeValue);
How could I use the variable, ID, as the button value to display?
document.write("<input type = button value = ID style='width:100'><br><br>");
Kindly let me know if I an not clear, thanks.