We need a solution to such a problem, how to make it possible to enter numbers from 1 to 4 in the input type="text"
field. Numbers 5,6, etc. not valid.
Here's another question! If you make the buttons increase or decrease the number, because then the script does not work.
Here are the buttons:
<a onClick="document.getElementById('count').value++; return true;">Up</a> <a onClick="document.getElementById('count').value--; return true;">Down</a>