I am new in JavaScript. I have a form code in which i have some input type and a submit button. I want that when user click on Submit button then an alert is open having 3 check boxes and two button Ok and Cancel When user check all checkbox then it pass all variables to the next page. if user not check any check-box it restrict user to check all checkboxes.
-
Please read What topics can I ask about and How to ask a good questionRiggsFolly– RiggsFolly2015-11-12 11:13:37 +00:00Commented Nov 12, 2015 at 11:13
-
possible duplicate stackoverflow.com/q/1482555/4323504Luthando Ntsekwa– Luthando Ntsekwa2015-11-12 11:15:05 +00:00Commented Nov 12, 2015 at 11:15
-
This not doable with vanilla javascript. you will have to use a library like bPopupczioutas– czioutas2015-11-12 11:15:08 +00:00Commented Nov 12, 2015 at 11:15
Add a comment
|