In the master and detail pages, Dreamweaver adds server behaviors to create a page ____ that enables you to move between the dynamic records if there are more records in the database than are displayed in the page.

A. navigation bar
B. table
C. site map
D. online form


Answer: A

Computer Science & Information Technology

You might also like to view...

The output from the following code is __________.

``` java.util.ArrayList list = new java.util.ArrayList(); list.add("New York"); java.util.ArrayList list1 = list; list.add("Atlanta"); list1.add("Dallas"); System.out.println(list1); ``` a. [New York] b. [New York, Atlanta] c. [New York, Atlanta, Dallas] d. [New York, Dallas]

Computer Science & Information Technology

One of the most vexing problems for computer-aided systems engineering (CASE) tools has always been integration.?

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

Computer Science & Information Technology

A junior network administrator tells you that he can ping a DNS server successfully using its IP address, but he has not tested domain name lookups. What utility on the command line would you suggest your colleague use next?

A. ipconfig B. nbtstat C. traceroute D. nslookup

Computer Science & Information Technology

With PowerPoint, you can import text, photographs, numerical data, and facts from files created in such programs as ____.

A. Microsoft Word B. Microsoft Excel C. Microsoft Access D. All of the answers are correct.

Computer Science & Information Technology