Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- a way to limit decimal places with js


andreasfriedrich - 1:44 pm on Nov 19, 2002 (gmt 0)


<script type="text/javascript"> 
var olds = '2,346.4673292389';
var news = olds.replace(/^([\d,]+)\.(\d\d)\d*/,"$1.$2");
alert(news);
</script>

will work as well.

Andreas


Thread source:: http://www.webmasterworld.com/javascript/228.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com