Pyrus
07-10-2004, 12:19 AM
I know you could use:
eval(form.screen.value);
(where "form" is the name of the form and "screen" is the name of a number input type in the form) to get whatever is in that field as a number, but how do you get it as a string?
eval(form.screen.value);
(where "form" is the name of the form and "screen" is the name of a number input type in the form) to get whatever is in that field as a number, but how do you get it as a string?