From 0484b3aecec15e05f6f7597e575250629480afc1 Mon Sep 17 00:00:00 2001 From: CXM <chenzixin202209@163.com> Date: Mon, 6 May 2024 15:04:18 +0100 Subject: [PATCH] Change the redirect way --- Presentation/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Presentation/settings.php b/Presentation/settings.php index a32a2d3..f8e1a5e 100644 --- a/Presentation/settings.php +++ b/Presentation/settings.php @@ -159,7 +159,7 @@ $user = $stmt->fetch(PDO::FETCH_ASSOC); <div class="card"> <h2>More information</h2> <p>if you wanna get your marks, documents or know your tution fee, pls go this link👇</p> - <button onclick="window.location.href='https://my.uwe.ac.uk/uPortal/f/u28l1s4100/normal/render.uP';" + <button onclick="window.open('https://my.uwe.ac.uk/uPortal/f/u28l1s4100/normal/render.uP', '_blank');" class="modern-button">Go to myuwe </button> </div> -- GitLab