@@ -70,7 +70,7 @@
function quiz() {
var answer = confirm ("Please save the file then run it.")
if (answer)
-window.location="\quiz.ppsx";
+window.location="./Products/quiz.ppsx";
}
</script>
</html>