0

html,java,css

I finished coding a login page. I want to take me to next page after successful login but I don't know how to do it

21st Oct 2024, 7:30 PM
Cheruiyot Enock
Cheruiyot Enock - avatar
2 Antworten
0
help
21st Oct 2024, 7:31 PM
Cheruiyot Enock
Cheruiyot Enock - avatar
0
There are a bunch of ways to accomplish this. You may want to take the Angular course or at least the JavaScript course. Typically you will have a button on a page, it submits to a JS file to authenticate, then the JS sends back a redirect for the browser. It can involve setting cookies as well (for authenticated users). I've done this with REACT. SoloLearn teaches another framework, Angular. Both are great. These frameworks tie the back-end to the front-end to make all the interactive bits work. If you take the HTML/CSS courses, you learn how to make a website look a certain way. The JavaScript and Angular courses help you get the back-end working and connected to your front-end.
22nd Oct 2024, 12:21 AM
Jerry Hobby
Jerry Hobby - avatar