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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
EmperorDoom Posted September 23, 2006 Author Share Posted September 23, 2006 *bump* Quote Link to comment 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) Quote Link to comment 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. 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.