I made a calculator script here:
http://media.xenweb.net/cal.phtml
code here:
{edit}
But I'd like to make it look and feel like an actual standard calculator (10 number buttons 0-9, 4 operator buttons, 1 equal button). But I can't figure out how to do it. Especially when it comes to larger numbers.
Like if you had 123+45678=
The text inputs are just easier :p But I'd like to make it looks like a real calculator. I'd also like to see the numbers added in real-time at the top (like with a real calculator) if that's possible?
Does anyone know how to do this?