0

How to make login form with javascript attached with another new webpage??

In one webpage login form And in another the name entered in the main login webpage automatically gets printed in second webpage as a text , not in any box of form.

21st Feb 2017, 3:15 PM
Pranjal Gupta
Pranjal Gupta - avatar
2 Answers
+ 4
It's not possible with JavaScript. Follow the steps written by Kamil and they might help. For more info, Google will help you the most
21st Feb 2017, 3:50 PM
Chirag Bhansali
Chirag Bhansali - avatar
+ 3
That is more complicated, that you probably think 1) Make a website 2) Host it on a server 3) programm the login-logic in html, js 4) set up a database + use SQL for this 5) connect website with database with php 6) check if username in database with php 7) display things with php based on the input now it should work
21st Feb 2017, 3:29 PM
Kamil
Kamil - avatar