How to open html file using js? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to open html file using js?

How can i access html file within js coding?.. please help me.. here is the code https://code.sololearn.com/WvTUZvV6df4u/?ref=app

21st Jun 2019, 1:40 PM
Mz.uÑpeŘfecŤ
Mz.uÑpeŘfecŤ - avatar
2 Respuestas
+ 6
Try: location.href= “index.html”; That’s what I use for the most part anyway
21st Jun 2019, 2:01 PM
Jax
Jax - avatar
0
Thank you jax
21st Jun 2019, 3:29 PM
Mz.uÑpeŘfecŤ
Mz.uÑpeŘfecŤ - avatar