diff --git a/MyFirstWeb/src/main/webapp/Solution.js b/MyFirstWeb/src/main/webapp/Solution.js index 9fad7e6..3f8df8c 100644 --- a/MyFirstWeb/src/main/webapp/Solution.js +++ b/MyFirstWeb/src/main/webapp/Solution.js @@ -1,4 +1,4 @@ - function square_solution() { +$(document).ready(function () { var a = document.table.A.value; var b = document.table.B.value; var c = document.table.C.value;