Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q8, August 19, 2002 at 09:05:09:

You are here: irt.org | About | Feedback | 4082 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q8

Sent by
Steve M. McRoberts on August 19, 2002 at 09:05:09:

Worth:
Very worth reading

Comments:
It doesn't look like these can handle negative numbers. Here is a version based on Val Todorov's, which handles negative numbers as well as decimals.

<script language="JavaScript1.1"></script>
<form>
<input type="text" name="input">
<input type="text" name="output">
<input type="button"
onClick="this.form.output.value=number_comma_format(this.form.input.value)" VALUE="Number Format">
</form>




Other feedback on 'irt.org FAQ Knowledge Base Q8' - show all

©2018 Martin Webb