Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for constance.dobbins

Hi, I am a newbie to html. I have a project I am doing for school. Can someone take a look at my code and see what is wrong? After I put my answers in the form, my results will not populate. Any help appreciated <html> <head> <title> My Fun …

Member Avatar for pritaeas
0
2K
Member Avatar for constance.dobbins

I have worked on this for hours and I can't get it to work...any help on the code appreciated! Thanks. <html> <head> <title> My Calculator - Constance Dobbins </title> <script> function getInputAsText(_id){return document.getElementById(_id).value} function getInputAsNumber(_id){return parseFloat(document.getElementById(_id).value)} function setOutput(_id, _value){document.getElementById(_id).value = _value} function calculate (code) { //declare variables var first var …

Member Avatar for constance.dobbins
0
116