user : admin
pass: admin123
Note : For this demo use following username and password User Name : FormgetPassword : formget#123 > Nguyễn Phước Thái_Nguyễn Hữu Tuấn_Nguyễn Kim Tuấn GVHD: Ths Phạm Thị Thảo Khương 68 Nghiên cứu, thiết kế thi cơng mơ hình nhà thơng minh CODE JS var attempt = 3; // Variable to count number of attempts // Below function Executes on click of login button function validate(){ var username = document.getElementById("username").value; var password = document.getElementById("password").value; // gán tài khoản mật mặc định // if ( username == "admin" && password == "admin123"){ alert ("Login successfully"); window.location = "index.html"; // Redirecting to other page return false; } else{ attempt ;// Decrementing by one alert("You have left "+attempt+" attempt;"); // Disabling fields after attempts if( attempt == 0){ document.getElementById("username").disabled = true; document.getElementById("password").disabled = true; document.getElementById("submit").disabled = true; return false; } } } Nguyễn Phước Thái_Nguyễn Hữu Tuấn_Nguyễn Kim Tuấn GVHD: Ths Phạm Thị Thảo Khương 69 ... : NGHIÊN CỨU, THI? ??T KẾ VÀ THI CƠNG MƠ HÌNH NHÀ THƠNG MINH Thời gian thực hiện: Từ ngày: 05/03/2022 đến ngày: 30/05/2022 Mục tiêu Với đề tài: “ Nghiên cứu, thi? ??t kế thi cơng mơ hình nhà thơng minh? ??,... đồ khối, thuật toán Thi? ??t kế sơ đồ khối hệ thống, sơ đồ ngun lý khối tính tốn thi? ??t kế mạch Chương 3: Thi? ??t Kế Thi Công Giới thi? ??u tổng quan yêu cầu đề tài mà thi? ??t kế thi? ??t kế gồm phần Trình... khối, thuật toán Thi? ??t kế sơ đồ khối hệ thống, sơ đồ nguyên lý khối tính tốn thi? ??t kế mạch Chương 3: Thi? ??t Kế Thi Công Giới thi? ??u tổng quan yêu cầu đề tài mà thi? ??t kế thi? ??t kế gồm phần Trình