@doni wrote:
This is in JavaScript:
button = document.createElement(“BUTTON”); buttonText = document.createTextNode(“Edit”); button.setAttribute(“name”,name); button.appendChild(buttonText);
Posts: 2
Participants: 2
@doni wrote:
This is in JavaScript:
button = document.createElement(“BUTTON”); buttonText = document.createTextNode(“Edit”); button.setAttribute(“name”,name); button.appendChild(buttonText);
Posts: 2
Participants: 2