Displaying 1 result from an estimated 1 matches for "linkpresentation".
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","linkPresentation");
btn.setAttribute ("type","button");
btn.setAttribute ("onClick","linkAnswerToPresentation");
node = document.createElement("img");
node.setAttribute ("src","/images/file-document.png");
btn.appendChild(node);...