Write a script that changes the attributes of an alpha filter every 20 seconds (see setInterval in Chapter 20). Change both the color and the style of the alpha filter every time.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
11
19
20
21
22
23 STYLE = "position: absolute; left:0; top: 0;
24 filter: alpha( style = 0, opacity = 100,
25 finishopacity = 0 )">
26

27 ONLOAD = "window.setInterval( 'run()', 1000 )">
28
29
```

You might also like to view...
A(n) ________ function occurs when one function is embedded as an argument within another function
Fill in the blank(s) with correct word
Which stakeholders handle all the duties involved in managing all fiscal accounting for the organization?
A. human resources department B. emergency response team C. facilities manager D. financial staff
Which of the following should be done when an employee leaves the company?
a. All logon accounts to servers, VPNs, and network resources should be disabled. b. All keys to the facilities should be returned. c. All accounts for emails and cell phones should be shut off. d. All the above.
Social ______ is defined as gaining unauthorized access to or obtaining confidential information by taking advantage of another person.
A. manipulation B. engineering C. hacking D. misdirection