Percentage buttons - Calculator

Hi,

I tried to create a calculator that sums percentages using different buttons. However, I had problems creating HTML and JavaScript for the same project. Conversely, when I used the HTML widget, the buttons worked well.

Can someone help me identify some solution to the JavaScript code?

I appreciate any help you can provide.
Score-percentage calculator (html widget).zip (32.1 KB)
Score-percentage calculator (html & js).zip (15.1 KB)

may work, if i got your approach right ...

scopes the functions to the hypeDocument-object and uses a cool helperfunction @MaxZieb onces wrote to retrieve the hypeDocument from innerHTML.

Score-percentage calculator (html & js).zip (30,8 KB)

3 Likes

Your code worked perfectly. I will study your code carefully.
I appreciate you help.

Thanks you!