Low cost ecommerce web development India flash website design

4 In the dialog box, in the Recordset pop-up menu, select rsLocations.
5 In the Master Page Fields list, select CODE, then click the Minus (-) button to remove it from
the list of data which appears in the master page list.

6 Remove all the fields in the Master Page Fields list except LOCATION_NAME, CITY, and
STATE_COUNTRY.
7 In the Link To Detail From pop-up menu, select LOCATION_NAME.
To view the detail page for a location, a link needs to be created for each location that appears
in the master list. When a site visitor clicks the Location Name in the master page the
appropriate detail page will open.
8 In the Pass Unique Key pop-up menu, accept the default value, Code and make sure Numeric
is not checked.
The CODE field is the unique key or primary key in the Locations table. This field contains a
unique three letter code for each record.
9 In Show, accept the default setting to display ten records at a time.
10 In Detail Page Name, click Browse, then in the Select File dialog box, navigate to the
locationDetail file in your site folder.
11 Click OK.
12 In the Detail Page Fields, set the fields you want to appear in the detail page, by doing the following:
In the Detail Page Fields list, select CODE, then click the Minus (-) button.
Select REGION_ID, then click the Minus (-) button.
13 Click OK.
Dreamweaver updates the master and detail pages, and adds all the necessary server scripts and
queries for both the list page and the detail page.
The master list page updates. It includes a table for the database data, a table for recordset page
navigation, and a record set counter.

The detail page also updates. It includes a table that lists details for each record in the master page.

website designer freelance ASP PHP ecommerce web developer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110