When several radio buttons have the same name, and the form is submitted to the server, ____.

A. only one selected radio button in a group creates a name=value pair
B. all of the radio buttons in a group create name=value pairs
C. the name of the group is sent to the server
D. the value "selected" is sent to the server


Answer: A

Computer Science & Information Technology

You might also like to view...

Standard modules are saved on disk as files that end with this extension.

a. .mod b. .proj c. .frm d. .vb

Computer Science & Information Technology

A user can use ________ to view how a table will print before committing

A) Print Preview B) Zoom C) Page Layout D) Design

Computer Science & Information Technology

Use the LET statement to assign data to variables as directed:

Assume that variable num] contains the value 33 and variable num2 contains the value 44. What values will each variable contain after the following statement is executed: LET num2 = numl + 1?

Computer Science & Information Technology

A _________________ is a change in a page element in response to the user moving the mouse pointer over that element or over another element.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology