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)
function resetPage(){
document.getElementById("userForm").reset();
}
It is called in the last part of the body.
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.
Attached File(s)
-
Report_ns_try.zip (5.81K)
Number of downloads: 35

New Topic/Question
Reply



MultiQuote





|