Displaying 1 result from an estimated 1 matches for "linkart".
Did you mean:
linhart
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
...node = document.createElement("input")
node.setAttribute ("type","text");
data.appendChild(node);
row.appendChild(data);
data = document.createElement("td");
btn = document.createElement("button")
btn.setAttribute ("name","linkArt");
btn.setAttribute ("type","button");
btn.setAttribute ("onClick","linkPresentationToArt()");
node = document.createElement("img");
node.setAttribute ("src","/images/file-art.png");
btn.appendChild(node);
data.a...