+ 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
2 ответов
+ 6
Try:
location.href= “index.html”;
That’s what I use for the most part anyway
0
Thank you jax