Displaying 1 result from an estimated 1 matches for "altpartnumber".
2008 Dec 13
2
What is "The Rails Way" to do this?
...t for "newAlt()" is:
// using DOM create new input box for alternate part
function newAlt() {
var html = "<input style=''background-color:#FFFFCC'' ";
html += "type=''text'' id=''rowcol'' name=''partalternate.0.altpartnumber'' ";
html += "joinkey=''partid=<?=$partid?>'' ";
html += "attrib=''unique'' size=''20'' ";
html += "onChange=''cellTripolar(this)''>\n";
document.getElementById("partnumb...