Here is my code for my calendar. Now how would put a close link at the bottom of the calendar, so that when someone wants to get out of the calendar then can hit the close link. I tryed to search it but couldnt come up with anything.
if ( i >= ms && d <=dm)
{
html ="<input type='text' class='cw' value=" + d + ">";
d++;
}
else
{
html = "<input type='text' class='cw'>";
}
document.write(html);
Bookmarks