1) Complete the security script. All employees, including the administrator, can access this page after logging in.
2) Create good comments
3) Make sure there is an entry in each box before clicking on the ‘Process/Add’ button. If any box is empty, a red error will be displayed, field can stay empty.
4) Once “Process/Add” button clicked all related outputs should be displayed in Report file in a Table in HTML format.
5) If it is necessary administrator can update the entry by clicking “Update” button.
after being given this HTML script:
<html>
<body background = "background.jpg" bgcolor="FCC555">
<head>
<title>Payroll Entry</title>
</head>
<!-- START header table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<th colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><h1><center><u>EMPLOYEE DETAILS</u></center></h1></font>
</th>
</tr>
<tr>
<td colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><center>Bi-Weekly Payroll Information</center></font>
</td>
</tr>
</table>
<!-- END header table -->
<!-- START name input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Payroll ID</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "EmpId" size = "46"></font>
</td>
</tr>
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Last Name</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "Lname" size = "46"></font>
</td>
</tr>
<tr>
<td bgcolor = "99CCFF">
<font color = "white">First Name</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "Fname" size = "46"></font>
</td>
</tr>
</table>
<!-- END name input table -->
<!-- START hourly rate input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Hourly Rate</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">*$*<input type = "text" name = "Payrate" size = "2"> per hour</font>
</td>
</tr>
</table>
<!-- END hourly rate input table -->
<!-- START WEEK 1 hours input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<th colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><center>Employee Hours (Week 1)</center></font>
</th>
</tr>
</table>
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Mon</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Tues</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Wed</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Thurs</font>
</td>
2) Create good comments
3) Make sure there is an entry in each box before clicking on the ‘Process/Add’ button. If any box is empty, a red error will be displayed, field can stay empty.
4) Once “Process/Add” button clicked all related outputs should be displayed in Report file in a Table in HTML format.
5) If it is necessary administrator can update the entry by clicking “Update” button.
after being given this HTML script:
<html>
<body background = "background.jpg" bgcolor="FCC555">
<head>
<title>Payroll Entry</title>
</head>
<!-- START header table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<th colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><h1><center><u>EMPLOYEE DETAILS</u></center></h1></font>
</th>
</tr>
<tr>
<td colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><center>Bi-Weekly Payroll Information</center></font>
</td>
</tr>
</table>
<!-- END header table -->
<!-- START name input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Payroll ID</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "EmpId" size = "46"></font>
</td>
</tr>
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Last Name</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "Lname" size = "46"></font>
</td>
</tr>
<tr>
<td bgcolor = "99CCFF">
<font color = "white">First Name</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white"><input type = "text" name = "Fname" size = "46"></font>
</td>
</tr>
</table>
<!-- END name input table -->
<!-- START hourly rate input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Hourly Rate</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">*$*<input type = "text" name = "Payrate" size = "2"> per hour</font>
</td>
</tr>
</table>
<!-- END hourly rate input table -->
<!-- START WEEK 1 hours input table -->
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<th colspan = "2" align = "left" bgcolor = "99CCFF" font color = "white">
<font color = "white"><center>Employee Hours (Week 1)</center></font>
</th>
</tr>
</table>
<table border = "0" align="center" frame = "below" cellpadding = "5" width = "400">
<tr>
<td bgcolor = "99CCFF">
<font color = "white">Mon</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Tues</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Wed</font>
</td>
<td bgcolor = "99CCFF">
<font color = "white">Thurs</font>
</td>