This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lily Minlukonyynds 1.May.03 04:12 PM a Web browser Domino Designer6.0Linux - RedHat
I need to disable or hide a set of checkboxes in Notes when a specific radio button is selected. Doing this in javascript is easy on a webpage - how is it done for notes?
In other words:
Radio button values: Big; Small; none
Check box values: Red; Blue; Green; Black
if the radio button "none" is selected, hide the checkboxes; if any other radio button is selected, show the checkboxes.