EmperorDoom Posted September 22, 2006 Share Posted September 22, 2006 Hey everyone, I want to make a calendar where you can click multiple days and have them visually register as clicked sort of like checkboxes.. actually.. i want them to be checkboxes but instead of having that ugly box in there just have the number of the day.. They also have to respond to a form so that when it is submitted i get an array or something of all the dates that were selected.. is this possible? what do I have to do to get rid of those checkboxes? I think I can do it in CSS but there are other checkboxes on the same page that i want to appear.. maybe javascript? Thanks for any help Link to comment https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/ Share on other sites More sharing options...
shocker-z Posted September 22, 2006 Share Posted September 22, 2006 everything i've found is ASP or an extra addon.. might be worth posting in java forum as not really a php issue more a CSS/javascript/html kinda thing Link to comment https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/#findComment-96859 Share on other sites More sharing options...
EmperorDoom Posted September 23, 2006 Author Share Posted September 23, 2006 *bump* Link to comment https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/#findComment-97337 Share on other sites More sharing options...
Barand Posted September 23, 2006 Share Posted September 23, 2006 The only thing I can come up with isMake each day a DIV with on onClick event calling a javascript function. Have a set of hidden checkboxes, one for each day.When the day is clicked, the js function sets/unsets the corresponding checkbox and changes the background color style of the day DIV. (Moving to javascript forum) Link to comment https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/#findComment-97345 Share on other sites More sharing options...
fenway Posted September 25, 2006 Share Posted September 25, 2006 You could also cheat and make the BUTTONs. Link to comment https://forums.phpfreaks.com/topic/21694-graphic-checkboxes/#findComment-97948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.