From: Jean-Marc Pigeon Date: Tue, 2 Sep 2025 20:03:25 +0000 (-0400) Subject: Saving various popup.html example X-Git-Tag: end-0.15~39 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=68f9de3710c080f04dc8b7c6ed5ac3eb8c26dc36;p=jmp%2Fmailleur Saving various popup.html example --- diff --git a/www/login.php b/www/login.php new file mode 100644 index 0000000..a81d71d --- /dev/null +++ b/www/login.php @@ -0,0 +1,18 @@ + alert('Login successful!'); window.location.href = 'dashboard.php';"; + } else { + // Incorrect password, display a JavaScript alert as a popup + echo ""; + } +} +?> diff --git a/www/popup.html b/www/popup.html new file mode 100644 index 0000000..45fa69e --- /dev/null +++ b/www/popup.html @@ -0,0 +1,17 @@ + + + + + + + +
+ +

+ +

+ +
+ + + diff --git a/www/popup2.html b/www/popup2.html new file mode 100644 index 0000000..1e6a150 --- /dev/null +++ b/www/popup2.html @@ -0,0 +1,27 @@ + + + + +Login + +
+ +
+ : +
+ +
+ +