joaogl Posted April 9, 2013 Share Posted April 9, 2013 Hello, I'm trying to make a check every second to see if the checkboxes are true or false. Goal: Have one checkbox, if its true then shows two more checkboxes so a total of 3 textboxes. If false there is only one checkbox showing. How can I do this? Quote Link to comment Share on other sites More sharing options...
davidannis Posted April 9, 2013 Share Posted April 9, 2013 Use javascript to display or hide a <div> containing the other two checkboxes. Quote Link to comment Share on other sites More sharing options...
joaogl Posted April 9, 2013 Author Share Posted April 9, 2013 And how can I do that? Quote Link to comment Share on other sites More sharing options...
xxclear Posted April 9, 2013 Share Posted April 9, 2013 (edited) Use onclick or onfocus functions in javascript http://www.webdeveloper.com/forum/showthread.php?191521-Show-Hide-div-based-on-Radio-button Edited April 9, 2013 by xxclear Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.