Im made a calendar/organizer using asp. I have a month view in one div and a week view in another. I would like to change the month view (ie. view next/previous month) without refreshing the entire page.
My first problem would be updating just the DIV. I think its something like div.innerHTML. The second would be to perform a function onClick in ASP.
The calendar is an array printed into a table. I want to place previous and next buttons on the month view and allow the user to browse.
Thanks!
My first problem would be updating just the DIV. I think its something like div.innerHTML. The second would be to perform a function onClick in ASP.
The calendar is an array printed into a table. I want to place previous and next buttons on the month view and allow the user to browse.
Thanks!