Modify Exercise 31.4 by adding time markers that change the color of the text every loop.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
12
13 EVENT = "onmarker( marker )">
14
15 var r = Math.floor( 1 + Math.random() * 256 );
16 var g = Math.floor( 1 + Math.random() * 256 );
17 var b = Math.floor( 1 + Math.random() * 256 );
18
19 headerText.style.color = "RGB("+r+","+g+","+b+")";
20
21
22
27
28
30 This is the path control simulating "marquee" scrolling
31
32
Computer Science & Information Technology
You might also like to view...
If no memory is available, keyword new throws an __________.
a. OutOfMemoryException. b. OutOfMemoryEvent. c. OutOfMemoryExhaustion. d. OutOfMemoryError.
Computer Science & Information Technology
In a SELECT clause, both the table name and field name are included and are separated by a period
Indicate whether the statement is true or false
Computer Science & Information Technology
The Slides tab displays miniature pictures of presentation slides called ________
A) images B) icons C) thumbnails D) samples
Computer Science & Information Technology
What protocol, developed by Netscape in 1994, is designed to create an encrypted data path between a client and server that could be used on any platform or operating system?
A. SSL B. TLS C. PEAP D. EAP
Computer Science & Information Technology