My attachment is a timetable where names can be dropped to any of the white cells.
It has got 3 buttons :
1) NEXT - Takes user to next week
2) CURRENT - Takes user to present week
3) RESET ALL FIELDS - All the white cells should be emptied of the dragged names.
I have made following function for RESET ALL FIELDS ( the last function in script header)
It is called in the last part of the body.Code:function resetPage(){ document.getElementById("userForm").reset(); }
The problem is that RESET ALL FIELDS doesn't work.
My 2nd problem is that the 3 buttons don't come in one single line.


Reply With Quote
Bookmarks