+ 1
[SOLVED]Why my function not working?
Supposedly after pressing the button twice then the iframe will be displayed, but why nothing happens. What's wrong with my function? https://code.sololearn.com/W0Zs0kZvxNv5/?ref=app
8 Antworten
+ 3
Anargya P Anubhawa There are three ways of inserting a style sheet: external CSS, internal CSS and inline CSS. I think you need to repeat the HTML and CSS to learn the difference between them and the syntax.
+ 2
Hmm, ok JaScript
+ 2
Happy coding!
+ 1
Remove this
onclick = ""
To
onclick = function()
+ 1
Rushikesh Still, the iframe is not displaying
0
Which function?
0
Uhh, i just delete the div and it work:)
https://code.sololearn.com/WAg7TF1Var4a/?ref=app