Which of the following will call a function named setBlue() when a text box with id = "blue" gets the focus?

a.
```
onfocus = "blue" onclick = ("setBlue()");
```

b.
```
onfocus.blue = setBlue()
```


c.
```
id = "blue" onclick = setBlue()
```

d.
```
onfocus = "setBlue('blue')"
```


d.
```
onfocus = "setBlue('blue')"
```

Computer Science & Information Technology

You might also like to view...

After creating a recordset, you could use the ________ method to advance through the records of the recordset

A) MoveForward B) NavigateForward C) MoveNext D) NextRecord

Computer Science & Information Technology

The FRCP is a set of rules that is relevant to which type of investigation?

a. Internal b. Criminal c. Civil d. It affects all of them equally.

Computer Science & Information Technology

The element is an example of a(n) ____ element.

A. inline B. phrase C. block-level D. blocking

Computer Science & Information Technology

A(n) __________system is a computer program that coordinates all the activities of computer hardware.?

A. ?operating B. ?application C. ?indexed D. ?baseline

Computer Science & Information Technology