http://www.irt.org/script/
<script language="JavaScript"><!--
function round(number,X) {
// rounds number to X decimal places, defaults to 2
X = (!X ? 2 : X);
return Math.round(number*Math.pow
}
document.write(round(1,2)+
document.write(round(1.2,2
document.write(round(1.23,
document.write(round(1.234
document.write(round(1.234
//--></script>
Main Topics
Browse All Topics





by: InNoCenT_Ch1ldPosted on 2006-08-22 at 23:03:21ID: 17369652
hmm, if its not that difficult... i would like that have comma.. eg: 9,999,999.00