skip to Main Content

Opening a new HTML file upon logging in

I can not get to the file success.html upon successfully logging in. Here's my client side code <!DOCTYPE html> <html> <head> <title>Login Page</title> <style> //CSS Styles </style> </head> <body> <div class="login-container"> <h2>Login</h2> <form id="loginForm" action="/login" method="POST"> <div> <label for="username">Username:</label> <input…

VIEW QUESTION
Back To Top
Search