Modify the FAQ page to retrieve and present the information from table faq of the database storefront2k.mdb. The faq table contains two fields: question and answer.
What will be an ideal response?
```
1 <% @Language = "VBScript" %>
2 <% Option Explicit %>
3 <% Response.Expires = 0 %>
4 <% ' Exercise 28.3: faq.asp %>
5 <% ' This page replaces the original faq.asp page %>
6
7
8
9
10
11
12
13
14
15
16
17
18 CELLSPACING = "0" BORDER = "0" BGCOLOR = "#67CDFF"
19 ID = "productList" STYLE = "position: relative;
20 display: block; top: 0; left: 0;">
21
22
23 SRC = "images/header.jpg" WIDTH = "650"
24 HEIGHT = "35">
25 SRC = "images/head_products.jpg"
26 WIDTH = "100" HEIGHT = "35" BORDER = "0">
27
28
29
30 BGCOLOR = "#CCDDFF">
31 Account Information
You might also like to view...
Which of the following is not part of power point theme?
Discarded computers, cell phones, smartphones, televisions, and radios are called ________
A) filters B) eWaste C) toner D) none of the above
All of the fields added to the form are from the Customer table. These controls are called ____ controls because they are connected to a field in the database.
A. bound B. calculated C. unbound D. label
Which of the following is not true about 5G wireless technology?
A. It will use more energy than current standards. B. It will transmit data up to 1Gbps. C. It should allow online games to be played in real time. D. It will allow the connection of more devices to the network than 4G.