Owen Diffey 9 лет назад
Родитель
Сommit
0d532cacfc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      products.html

+ 1 - 1
products.html

@@ -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>