Hello.
I'm making login window... and..
If I success to login (id, pw correct)
I want to "MOVE" the page to app.js again...
Not making a new tab...;;;
How can I move the page? Is there any function?
1 Answer
Accepted Answer
Just close your current Window
window.close();
Your Answer
Think you can help? Login to answer this question!