diff --git a/Presentation/settings.php b/Presentation/settings.php
index a32a2d3fa3ed9fe1811b659b392dc257916ff525..f8e1a5e35da42a92a36edf55b2de85f0f39f9a0f 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>