Question: Hello, Please create the following in HTML & CGI The script/webpage will be called Gross_Pay.cgi. This script will calculate grossPay using hours and rate. As
Hello,
Please create the following in HTML & CGI
The script/webpage will be called Gross_Pay.cgi.
This script will calculate grossPay using hours and rate.
As you may have guessed, hours and rate will be extracted from the query string.
NOTE: Overtime (hours over 40 is paid double).
To start it off, add the following code
# if QUERY_STRING exist, process and extract var_hours and var_rate
If [ -n ${QUERY_STRING ]; then
fi
Start creating your document with the following characteristics:
Cat
# Using embedded CSS, change the color of the webpage to an off-white color of #F2F2F2 # Give The Page A Title of Gross Pay # Add A H1 Heading Of Gross Pay Calculation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
