My attachment also has NEXT button, when clicked generates next week day and dates.
Now here I have added an alert option. When a name is dragged and dropped to any of the white cells, an alert comes that should show following details :
1) Name
2) Day & Date
3) Time (the one in the leftmost column)
My coding does generates the alert with above details.
But there's one problem. When I click NEXT button, the day and date of the previous week is generated.
2) I have also created a back button that takes user to previous pages. But again it doesn't work !
Code:
<INPUT TYPE="button" onClick="history.go(-1);return true;" VALUE="BACK">

