Could someone offer some input on the best way to handle the necessary form logic described below?
I have a popup window and that looks similar to the following: Search: [ ] [Find] 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 All ----------------------------------------------------------------------- [<<] 1-5 of 6 values [>>] ----------------------------------------------------------------------- [ ] A1 [ ] C2 [ ] E3 [ ] E4 [ ] W5 ----------------------------------------------------------------------- [<<] 1-5 of 6 values [>>] ----------------------------------------------------------------------- [Clear] [Save] [Return] Functionality-wise, the initial view of this window is to always show "All" values and the user can drill down by either eaching a "begins-with" search criteria or selecting the letter hyperlink will alter the results to the subset of items which begin with that letter. The caveat here is that the user selects "A1" and hits the save button. This in-essenses posts the form with the value of A1 selected. Lets say the user then hits the "E" hyperlink which would only show items E3 and E4. The user selects E4 and hits save. At this point, A1 and E4 should be in the saved list of elements so if the user then hits the "All" hyperlink, the above view will be shown with both values having their checkbox checked. How can I go about being able to "persist" these selected values in this fashion? Thanks in advance! Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]