im trying to make a function to calculate tax from the function opprod
function chDelivery(delivery){
var deliv_value=delivery.value;
document.myform.deliveryAmt.value= deliv_value;
}
function opprod(myproducts){
var prod =myproducts.value;
document.myform.productp.value= prod;
}
function calcTax(myproducts)
{ var product
product = parseFloat(myproducts);
var tax;
taxout = productp * 0.13;
//return tax;
document.write(taxout);
document.write(product);
}
I don't believe them that anyone using threads, at least meaningfully. It's the same thing for Facebook, people just don't engage with Meta platforms like they are thinking. This isn't 2006.
Same
Internet Archive seemed to grab the new version
https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe
Here's the link to an additional file it periodically downloads
https://web.archive.org/web/20260213092148/https://www.makemkv.com/sdf.bin
I think update's keys, etc. To manually trigger this update, put the sdf.bin file in the root of where the program is installed. When you launch the program it will pick up the file and import it. Typically put it here: C:\Program Files (x86)\MakeMKV\sdf.bin
Question
ironsight2000
im trying to make a function to calculate tax from the function opprod
function chDelivery(delivery){ var deliv_value=delivery.value; document.myform.deliveryAmt.value= deliv_value; } function opprod(myproducts){ var prod =myproducts.value; document.myform.productp.value= prod; } function calcTax(myproducts) { var product product = parseFloat(myproducts); var tax; taxout = productp * 0.13; //return tax; document.write(taxout); document.write(product); }Link to comment
https://www.neowin.net/forum/topic/849308-javascript-calculate-tax/Share on other sites
3 answers to this question
Recommended Posts