Category Archives: Visualforce

How to select only one checkbox value in visualforce page using javascript

Here is the code to select only one checkbox value in visualforce page by accessing DOM ID Using the javascript and onchange event. <apex:page >     <apex:form >         <script>         function confirmDisbaled(ifchecked, id1 ,id2,id3) {       … Continue reading

Posted in Visualforce | Leave a comment