-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
48 lines (46 loc) · 2.27 KB
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
function select(){
if (parseInt(Class.value)==1) {
alert(hi1)
} else {
}
}
function func1() {
document.getElementById('star01').style.color = 'blue';
document.getElementById('star02').style.color = 'black';
document.getElementById('star03').style.color = 'black';
document.getElementById('star04').style.color = 'black';
document.getElementById('star05').style.color = 'black';
document.getElementById('wsh').innerText='Thanks for rating us 1 star. We will try to improve and get another four stars also.'
}
function func2() {
document.getElementById('star01').style.color = 'blue';
document.getElementById('star02').style.color = 'blue';
document.getElementById('star03').style.color = 'black';
document.getElementById('star04').style.color = 'black';
document.getElementById('star05').style.color = 'black';
document.getElementById('wsh').innerText='Thanks for rating us 2 stars. We will try to improve and get another three stars also.'
}
function func3() {
document.getElementById('star01').style.color = 'blue';
document.getElementById('star02').style.color = 'blue';
document.getElementById('star03').style.color = 'blue';
document.getElementById('star04').style.color = 'black';
document.getElementById('star05').style.color = 'black';
document.getElementById('wsh').innerText='Thanks for rating us 3 stars. We will try to improve and get another two stars also.'
}
function func4() {
document.getElementById('star01').style.color = 'blue';
document.getElementById('star02').style.color = 'blue';
document.getElementById('star03').style.color = 'blue';
document.getElementById('star04').style.color = 'blue';
document.getElementById('star05').style.color = 'black';
document.getElementById('wsh').innerText='Thanks for rating us 4 stars. We will try to improve and get another one star also.'
}
function func5() {
document.getElementById('star01').style.color = 'blue';
document.getElementById('star02').style.color = 'blue';
document.getElementById('star03').style.color = 'blue';
document.getElementById('star04').style.color = 'blue';
document.getElementById('star05').style.color = 'blue';
document.getElementById('wsh').innerText='Thanks for rating us 5 stars.'
}