I'm trying to make a simple login form for only two people, so I'm putting the login in the code and encrypting it. I want a variable to cross over two HTML pages. How do you do this? See this. Thanks!
Asked
Active
Viewed 174 times
0
-
Just declare `var uesername;` outside `check()` fn and you are good to go. – palaѕн Sep 30 '17 at 15:53
-
anyway, you can store it in a cookie – DaFois Sep 30 '17 at 15:54