 |
FAVORITE
Paging or searching through hundreds of records did not suit these users,
so the Favorites List was added.
Each user gets their own.
This screen shot shows how it works.
The user checks or unchecks a record or two and clicks Mark Favorites.
Only the user's favorites show when the user clicks Show Favorites.
|
 |
POP-UP
Combo Boxes let you pick from a list or enter your own value.
HTML does not have them, but here's an alternative -
clicking the browse button ( )
next to such fields pops up the list window pictured here.
When the user clicks a choice, it goes into the field.
|
 |
TABS
Tabs are a great way to organize subordinate fields.
The consequence is that it requires a lot of code to hold entries as the user tabs back and forth.
In this case, JavaScript does the trick.
A frameset is used to keep the tabs and the OK and Cancel buttons steady as the user scrolls.
|