Tuesday, May 26, 2015

Javascript Homework related to DOM

1. Make the following table using HTML and CSS for monthly salary paid to some employee. Create a javascript function which will be called on onclick event of the following button and the function will calculate the total paid salary for each employee and show at the last cell of the corresponding row.
Employee
January
February
March
April
May
June
Total
Mufachir
15000
15000
15000
15000
20000
25000

Arif
15000
15000
15000
15000
20000
25000

Saad
15000
15000
15000
15000
20000
25000


 



2. Make the following table using HTML and CSS for monthly salary paid to some employee. Create a javascript function which will be called on onclick event of the following button and the function will calculate the Total Mark and grade for each student and show in the corresponding cells of the corresponding row.

Student ID
Class Attendacne
Mid Term
Final
Total
Grade
201510001
10
15
65


201510002
9
6
30


201510003
9
5
15


201510004
7
7
40


201510005
10
18
45


201510006
5
5
30





No comments:

Post a Comment