According to Irwin Kwan: > I want to save the checkbox values after the search is performed. If > the user checks Canada and United States, then after the search is done > I'd like to keep both of these values checked in the form displayed on > the Search Results. > > Using select_lists, we can save values for SELECT drop-down lists, but > not for checkboxes.
Yes, if you run the 3.1.6 snapshot of the code (or 3.2.0b4 if you were using an earlier 3.2 beta) from http://www.htdig.org/files/snapshots, you can use the extended capabilities of build_select_lists to manage checkboxes, radio buttons, select or select multiple lists. See the htdoc/attrs.html and htdoc/hts_selectors.html documents in the source for instructions. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

