Please provide screenshot of input and OUTPUTS as shown below
Posted: Fri May 20, 2022 12:55 pm
Please provide screenshot of input and OUTPUTS as shown
below
Q.1 Create a two-way form for the question below Chart to show calories burnt for 30 mins of activity Activity Calories Burnt Walking 200 Running 355 Jogging 298 Exercise Log ..One step at a time.. Name (years) Age Exercise Type Select Time spent on the activity (mins) Submit 1. Create the web form as given above (no client-side validation required] II. Form handler must show server-side validation, to check none of the fields have empty data and the fields Age and 'Time sent on activity' are numeric. III. It should redirect the user back to the web form as a sticky form with an appropriate message, in case of no data or incorrect data. IV. Once all data is received correctly from the user, it should calculate the calories burnt and display output as given below: Name:Alila Age:20 years Exercise type:Walking Time spent on activity:60 mins Calories burnt:400
below
Q.1 Create a two-way form for the question below Chart to show calories burnt for 30 mins of activity Activity Calories Burnt Walking 200 Running 355 Jogging 298 Exercise Log ..One step at a time.. Name (years) Age Exercise Type Select Time spent on the activity (mins) Submit 1. Create the web form as given above (no client-side validation required] II. Form handler must show server-side validation, to check none of the fields have empty data and the fields Age and 'Time sent on activity' are numeric. III. It should redirect the user back to the web form as a sticky form with an appropriate message, in case of no data or incorrect data. IV. Once all data is received correctly from the user, it should calculate the calories burnt and display output as given below: Name:Alila Age:20 years Exercise type:Walking Time spent on activity:60 mins Calories burnt:400