Is there any limit in var, if var is number?
Hallo, i've two simple inputs named "Text1" and "Text2". And javascript on unfocus from Text1.
Javascript here:
var text = "";
var barcode = "";
text = getField("Text1").value;
barcode = getField("Text2");
barcode.value = text;
It's works fine. But when i fill Text1 with long number (16digits), Text2 becomes strange, by the table below
Any ideas how to solve please?
