Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Showing result of in, esle statement in box
Sea Sun
9y
527
1
Reply
How do I show the answer to this in a box??
function multiply()
{
if(total < 10000)
{
commission = total * 0.001;
}
else
{
commission = total* 0.0008;
}
if (commission<5) commission =5;
var total_commission =commission + total;
document.getElementById("commission").value = total_commission;
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Getting result in box from a function with conditions
how to disable number of copies option when print.using js