/    Sign up×
Community /Pin to ProfileBookmark

Decimal Help>>>calculator

Below is the code. In the 4th box I can not get it to put in a decimal. I need it to multiply a percentage in that box. If anyone can help me figure out I would appreciate it A LOT!

<script language=”JavaScript” type=”text/javascript”>
<!–

function MultIPs(obj){
var ips=obj.getElementsByTagName(‘INPUT’);
ips[ips.length-1].value=0;
var total=1;
for (var zxc0=0;zxc0<ips.length-1;zxc0++){
ips[zxc0].value=ips[zxc0].value.replace(/D/g,”);
total*=ips[zxc0].value||0;
}
ips[ips.length-1].value=total;

}
//–>?
</script>

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@RobDavidApr 02.2007 — did you try using parseFloat
Copy linkTweet thisAlerts:
@scoperApr 02.2007 — im pretty sure that D is the same as [^0-9] therefore if there is a decimal point in the string it will be replaced with an empty string.
Copy linkTweet thisAlerts:
@missmymojoauthorApr 02.2007 — thank you i have figured it out!!!!!! you guys and chics are great
×

Success!

Help @missmymojo spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...