Displaying 1 result from an estimated 1 matches for "joinkey".
2008 Dec 13
2
What is "The Rails Way" to do this?
...ate 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("partnumber").innerHTML += html;
  html  = &qu...