Displaying 1 result from an estimated 1 matches for "linkaudio".
Did you mean:
libaudio
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","linkAudio");
btn.setAttribute ("type","button");
btn.setAttribute ("onClick","linkPresentationToAudio()");
node = document.createElement("img");
node.setAttribute ("src","/images/file-audio.png");
btn.appendChild(node);
da...