Close window | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Close window

https://code.sololearn.com/WEdE7ZOXc7P1/?ref=app Hello! About code, "Treinando_html_css_js ". In javascript, I want to use onmouseover with a function to open three images in animation. To close, I found it better to use onmouseout, but need a line of code to close the window. Any tips?

27th Apr 2019, 1:10 PM
Lυƈιҽɳҽ Bυʅԋõҽʂ Mαƚƚσʂ 🐢
Lυƈιҽɳҽ Bυʅԋõҽʂ Mαƚƚσʂ 🐢 - avatar
1 Answer
+ 1
htmlNode.style.display = "node"; will hide any element. Is this what you meant with close the window?
27th Apr 2019, 1:15 PM
Aaron Eberhardt
Aaron Eberhardt - avatar