SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 1220 | Next

Joseph W. Lowery

"Dreamweaver CS3 Bible"


4. To use graphics to trigger the navigation, choose the Display Using Images option.
You must save the page if you select the Display Using Images option. Dreamweaver copies
images from the Shared/Dreamweaver/Images folder when you choose this option, and the
page into which they are being inserted must be saved to store the images properly in the site. They are
stored in the same folder as the page containing them.
5. Click OK.
After the recordset navigation bar has been inserted, you can adjust the text or images in any way you see
fit. The text may be styled or modified, and you can even swap out the images??”by changing the src
attribute??”for other graphics.
Tracking record status
Another Application object inserts the text and all the server behaviors necessary to identify the records currently
being viewed. By default, the syntax used by the Recordset Navigation Status Application object is:
Records First_Record_Shown to Last_Record_Shown of Total_Records
This syntax works perfectly for Web applications that use a Repeat Region server behavior to show multiple
records. When viewed through the browser, the recordset navigation status output looks like this:
Records 5 to 10 of 37
If you??™re displaying one record at a time, you can adjust the Application object code inserted so that it is
similar to the following:
Record First_Record_Shown of Total_Records
Like the recordset navigation bar, the recordset navigation status Application object works with only one
recordset at a time:
CAUTION CAUTION
701
Managing Data 21
1.


Pages:
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232