cn_text2.setAttribute('size','4');
cn_text2.setAttribute('value','0');
cn_row.appendChild( cn_text2 );
+ var cn_text3 = document.createElement('textbox');
+ cn_text3.setAttribute('size','4');
+ cn_text3.setAttribute('value','0');
+ cn_row.appendChild( cn_text3 );
}
}
cn_text2.setAttribute('size','4');
cn_text2.setAttribute('value','0');
cn_row.appendChild( cn_text2 );
+ var cn_text3 = document.createElement('textbox');
+ cn_text3.setAttribute('size','4');
+ cn_text3.setAttribute('value','0');
+ cn_row.appendChild( cn_text3 );
}
function page3_add_volume_row(id,data) {
}
send_to_bill();
}
+
+function spine_labels() {
+ alert('wizard goes here');
+}