function calcVal(){ var tktprice=document.getElementById("tktprice").value; var tktcnt=document.getElementById("tktcpunt").value; var fixedfee=document.getElementById("ff").value; var pf=document.getElementById("pf").value; var amount=(tktcnt*tktprice*(pf/100))+(tktcnt*fixedfee); var eventbeeamt=tktcnt*1; var savedamt=amount-eventbeeamt; document.getElementById('showAmountInfo').innerHTML="You save $"+savedamt+" in Service Fee by switching to Eventbee" ; } document.write(''); document.write('
| My service fee savings |
| 1. My average ticket price: $ |
| 2. Number of tickets I sell per year: |
| 3. I am currently paying Service Fee of % + $ |