I have a question regarding checkbox, how can I disable a certain submit button when 
click on a checkbox? 
I tried the following but is not working:
<html:submit property="delete" value="Delete"/>
<html:checkbox property="ids" value="id" 
onclick="document.formName.delete.disabled=true" />
 
Also, is there a way I can count how many checkbox are selected in my jsp code? 
 
Please kindly help me.



---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

Reply via email to