+ 2
How I can restart the progamm?
I'm learning how to use HTML and JavaScript together. I want to create a button after make account to be back to "home page". Someone know how to make that ? PS: don't focus on Minecraft. Focus on what really matter here :-P https://code.sololearn.com/We0u0OWKEs9T/?ref=app
2 Answers
+ 8
please don't use document.write()
its too hard (not same as expected) for making something like do you say.
for better working, you should use DOM (it easier to make).
lesson about DOM:
https://www.sololearn.com/learn/JavaScript/2752/
example code:
https://code.sololearn.com/Wx0DJL848vAx/?ref=app
+ 1
thanks