I need to implement a dynamic yearly calendar, there will be a drop-down box which has up to 10 years from now, if a year was selected and the 'Set' button was pressed. A calendar for a whole year will be displayed in the JSP. Like this one:
This calendar will also be construct with check boxes, since I will use the Struts's html:multibox tag. Can someone give me an idea on how to do this in JS or jQuery?
Note: I am only allowed to use JSP, JS and jQuery. No AJAX or other stuff.