//Create Result Table $('#result_table_placeholder').html(document.getElementById("id_result_table").name); if(document.getElementById("id_value_selected_round").name < 0) $('#payoff_placeholder').html("The total value of the selected round is negative. Therefore, you do not receive a bonus payoff for participation ($0.00)."); else { var payoff_in_dollar = parseFloat(document.getElementById("id_value_selected_round").name)/100 $('#payoff_placeholder').html("This equals $" + payoff_in_dollar + "."); }