Which of the following must be true for a group of radio button controls on a Web page to work correctly?

A) The values for name, value and onclick can all be different.
B) All controls must have the same value for the name attribute.
C) All controls must call the same function for the onclick event.
D) All controls must have the same value for the value attribute.


B

Computer Science & Information Technology

You might also like to view...

The BindingSource object provides the connection between the DataSet and the bound controls on a form.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

For the heap ADT implementation, we do not need to remember the location of the last element in the heap, nor the number of elements in the list, as they can be easily calculated if we know the maximum size of the heap.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Statementlabelsare used to identify statements in JavaScript code so that the statements can be referenced elsewhere in a program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is used to uniquely identify a computer on a network?

A. Network ID B. Serial number C. IP address D. Microsoft ID

Computer Science & Information Technology