Hey guys, I'm having a hard time making this work... it's probably my brain this morning. I have a form with a series of checkboxes for a search. One is 'all documents' and the rest identify certain containers. I need some JavaScript that will deselect 'All Documents' if somebody selects one of the other checkboxes. Can somebody give me a hand? These are my checkboxes: <input type="checkbox" name="all_documents" value="1" checked>All Documents <input type="checkbox" name="annual_report" value="1">Annual Report <input type="checkbox" name="book" value="1">Books and Studies <input type="checkbox" name="briefing_paper" value="1">Briefing Papers <input type="checkbox" name="issue_brief" value="1">Issue Briefs <input type="checkbox" name="working_paper" value="1">Working Papers Thank you so much. -- Jillian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218411 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

