6
I have a web page, and sometimes users press some numbers.
However, I have a Reader by usb, I while reading a code it shows me automatically 7 numbers, as if I had typed them on the web page.
How do I save these 7 numbers that are "typed" immediately on the web page, without input, with javascript?
It is exactly, what I want, however, appears to me separate values "4","2","7","6", how do I get everyone together in the way: "4276"? Thank you.
– Gonçalo
I put a Join to join the array values, @Gonçalo
– BrTkCa
Thank you, this is what I was looking for, by the way, how do I put it in my document, because I put it and I can’t. How do I do the structure? I first put the <script> and the code or only after html?
– Gonçalo
I edited my question, the way I put the script.
– Gonçalo
I trust you’ll have no problem putting
head
by not manipulating any element that has not yet been created.– BrTkCa