- 1
I create link1.href to open first-joke.html in index2.html. it not work. Thanks you.
I want to do Link: index2.html and first-joke.html. https://code.sololearn.com/WWxWU8iGagHc/?ref=app
1 Antwort
+ 3
You need to give a whole path of your first-joke.html from sololearn url ....
Try this :
Link1.href = "https://code.sololearn.com/WyTmxNSBczdD/?ref=app";
It will point to frist-joke.html page. 👍