I have a javascript that takes two text boxes, compares the numbers, and outputs the similarities to a third textbox. For example, if textbox one is 1234, and textbox two is 123, the output would be 123, as the 1,2, and 3 are the only numbers in the two that are the same. here is the code...