html value up down arrows
html
Solution
If you can wait for HTML5, you could have used `input type="number"` for this. You can find here a link to a live example (works in browsers supporting HTML5 only though, currently that's only Opera).
But until then you'll need to look around for a Javascript library using the keyword "spinner".
Problem
I know this is an extremely simple question... but I do not know the name of the element I am looking for so I can not research it. I am looking to add one of those up/down arrow buttons that allows you to increment a textbox.