Any way to input numerical/integer data in form?

Wondering if anyone has a trick for inputing data that exists as an integer
via a web form without having to go through conversion measures after entry?
Wouldn't an INPUT TYPE="number" or "integer" tag be nice so you get the
correct type of data from the beginning of the process?  I need to do
sorts/calculations on numbers input from the web, but it treats them as text
data, and I'm thusfar unable to find a successful conversion procedure.
Thanks for the help.

Received on Tuesday, 22 December 1998 03:25:59 UTC