Displaying 1 result from an estimated 1 matches for "altmanufacturer".
2008 Dec 13
2
What is "The Rails Way" to do this?
...lTripolar(this)''>\n";
document.getElementById("partnumber").innerHTML += html;
html = "<input style=''background-color:#FFFFCC'' ";
html += "type=''text'' id=''rowcol'' name=''partalternate.0.altmanufacturer'' ";
html += "joinkey=''partid=<?=$partid?>'' ";
html += "attrib=''unique'' size=''20''> ";
document.getElementById("manufacturer").innerHTML += html;
}
What is the Rails way to render the HTM...