Home Web Front-end JS Tutorial js code to automatically calculate the output amount after inputting the quantity and price_Form special effects

js code to automatically calculate the output amount after inputting the quantity and price_Form special effects

May 16, 2016 pm 05:41 PM
price Automatic calculation


[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute
]<script> function checkInt(o){ theV=isNaN(parseInt(o.value))?0:parseInt(o.value); if(theV!=o.value){o.value=theV;} txtTotal.value=txtAmount.value*txtPrice.value; } function checkP(o){ theV=isNaN(parseFloat(o.value))?0:parseFloat(o.value); theV=parseInt(theV*100)/100; if(theV!=o.value){ theV=(theV*100).toString(); theV=theV.substring(0,theV.length-2)+"."+theV.substring(theV.length-2,theV.length) o.value=theV; } txtTotal.value=txtAmount.value*txtPrice.value; } </script>
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Red Magic 9spro price officially announced Red Magic 9spro price officially announced Jul 11, 2024 pm 12:38 PM

Red Magic 9spro price officially announced

How much does a Douyin live broadcast attract 1,000 people? How to get traffic support? How much does a Douyin live broadcast attract 1,000 people? How to get traffic support? Mar 20, 2024 am 10:10 AM

How much does a Douyin live broadcast attract 1,000 people? How to get traffic support?

When will vivoX200Pro be sold? When will vivoX200Pro be sold? Jun 26, 2024 am 11:39 AM

When will vivoX200Pro be sold?

Douyin level 1-75 price list Douyin level 1-75 price list Mar 27, 2024 pm 01:36 PM

Douyin level 1-75 price list

How much does a Douyin level 10 light sign cost? How many days does it take to create a level 10 fan sign? How much does a Douyin level 10 light sign cost? How many days does it take to create a level 10 fan sign? Mar 11, 2024 pm 05:37 PM

How much does a Douyin level 10 light sign cost? How many days does it take to create a level 10 fan sign?

How much does World War Z cost? How much does World War Z cost? Mar 25, 2024 pm 02:36 PM

How much does World War Z cost?

When will OPPO A3 be launched? Launch time and price When will OPPO A3 be launched? Launch time and price Jul 01, 2024 pm 02:26 PM

When will OPPO A3 be launched? Launch time and price

Xiaomi Mi Pad 7pro launch date and price Xiaomi Mi Pad 7pro launch date and price Jul 19, 2024 am 11:56 AM

Xiaomi Mi Pad 7pro launch date and price

See all articles