Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
</head>
<script language="JavaScript">
function initialize() {
Total = 0;
totalprice.innerText = Total;
}
function checkoption(checkbox) {
checknum = parseInt(checkbox.value); //Turn the value into a number
if (checkbox.checked == true) {
Total += checknum;
} else {
Total -= checknum;
}
totalprice.innerText = Total;
}
</script>
<body onload="initialize();">
<form>
<table border="0" width="306" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td width="206"> </td>
<td width="20" align="center" valign="baseline">1</td>
<td width="20" align="center" valign="baseline">2</td>
<td width="20" align="center" valign="baseline">3</td>
<td width="20" align="center" valign="baseline">4</td>
<td width="20" align="center" valign="baseline">5</td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px"><a>Timeliness/Responsiveness</a> </td>
<td width="20" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group1" value="1" onclick="checkoption(this);"></td>
<td width="20" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group1" value="2" onclick="checkoption(this);"></td>
<td width="20" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group1" value="3" onclick="checkoption(this);"></td>
<td width="20" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group1" value="4" onclick="checkoption(this);"></td>
<td width="20" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group1" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">Communication</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<p class="MsoBodyText">
<input type="checkbox" name="group2" value="1" onclick="checkoption(this);"></p>
</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group2" value="2" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group2" value="3" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group2" value="4" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group2" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">Knowledge</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<p class="MsoBodyText">
<input type="checkbox" name="group3" value="1" onclick="checkoption(this);"></p>
</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group3" value="2" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group3" value="3" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group3" value="4" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group3" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">Professionalism</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<p class="MsoBodyText">
<input type="checkbox" name="group4" value="1" onclick="checkoption(this);"></p>
</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group4" value="2" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group4" value="3" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group4" value="4" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group4" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">Follow Through</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<p class="MsoBodyText">
<input type="checkbox" name="group5" value="1" onclick="checkoption(this);"></p>
</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group5" value="2" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group5" value="3" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group5" value="4" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group5" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">Overall Customer Service</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<p class="MsoBodyText">
<input type="checkbox" name="group6" value="1" onclick="checkoption(this);" ></p>
</td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group6" value="2" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group6" value="3" onclick="checkoption(this);"></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group6" value="4" onclick="checkoption(this);" ></td>
<td width="20" align="justify" valign="bottom" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
<input type="checkbox" name="group6" value="5" onclick="checkoption(this);" ></td>
</tr>
<tr>
<td width="206"> </td>
<td width="20" align="center" valign="baseline">1</td>
<td width="20" align="center" valign="baseline">2</td>
<td width="20" align="center" valign="baseline">3</td>
<td width="20" align="center" valign="baseline">4</td>
<td width="20" align="center" valign="baseline">5</td>
</tr>
</table>
<p> Total: <span id="totalprice"></span></p>
</form>
<p>
</body>