How can I make my web page to from page 1 to page 2 like of I have a login page and another page that shows the user that he is | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How can I make my web page to from page 1 to page 2 like of I have a login page and another page that shows the user that he is

11th Jun 2020, 7:20 AM
Sonwabo Matola
Sonwabo Matola - avatar
2 ответов
+ 1
It depends, by using a login page do you mean you are using PHP? If so, you can do header('Location: webpage.html'); If you don't use PHP and just want the user to move to a different page, you can do in html: <a href="webpage.html">Click me</a>
11th Jun 2020, 7:41 AM
coddy
coddy - avatar
0
Please add HTML to your thread tags 👍
11th Jun 2020, 9:08 AM
Ipang