I have a
JSP, its a multiple search criteria page. I provided 5 checkboxes where user can select any number of checkboxes to continue with search process.
When the user select any search criteia thru checkbox, The drop-down list has been deisplayed which allow the user to select options. I am using Javascript to make the dropdown visible/invisible as per checkbox checked.
Now, when I put my webpage for 508 compliance, the problem is, On the JSP page I have all the dropdowns and its just invisible but when the audio plays it speaks all the dropdowns apart from the fact if it was selected by checkbox creteria.
so i need suggestion, how can only generate that HTML from jsp whose checkbox is checked for selection creteria.