function get_digital(that) { that = that.innerHTML.split('x'); document.getElementById("d-only").value = that[0]; document.getElementById("d-only2").value = that[1]; }