Index: lams_tool_daco/web/includes/javascript/dacoLearning.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/includes/javascript/dacoLearning.js,v diff -u -r1.1 -r1.2 --- lams_tool_daco/web/includes/javascript/dacoLearning.js 3 Jul 2008 06:12:09 -0000 1.1 +++ lams_tool_daco/web/includes/javascript/dacoLearning.js 4 Jul 2008 07:14:25 -0000 1.2 @@ -10,12 +10,12 @@ function finishSession(){ document.getElementById("finishButton").disabled = true; - document.location.href =''; + document.location.href = finishUrl; return false; } function continueReflect(){ - document.location.href=''; + document.location.href=continueReflectUrl; } function saveOrUpdateRecord() {