Is there a way to limit the number of digits to a decimal fraction in IE where in other browsers maxlength="10" does the job? IE usually creates a long unsightly string where perhaps only six or seven would be needed? For example, the difference between two times of birth calculated as a portion of a day does not need a long string of numbers (0.38541666666666663). How can I put a limit on IE's quotient to get something like 0.3854167?



Reply With Quote

Bookmarks