How to direct to a new html page after confirming the login details by JS. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to direct to a new html page after confirming the login details by JS.

I am working with HTML5 , JS and firebase. I have to reach the page section.html after confirming the email and password inputed to the text box in the index.html page by hitting the sign in button.

5th Mar 2017, 8:42 PM
Sivaprasad K
Sivaprasad K - avatar
1 Answer
0
function onSignInBtnClick (){ if(promise){ var file = "path or name.html"; file.open(); } }
5th Mar 2017, 9:18 PM
Pankaj Vaghela
Pankaj Vaghela - avatar