Strange behavior: iframe must be written twice to appear... In console only one single corresponding iframe is detected. Why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Strange behavior: iframe must be written twice to appear... In console only one single corresponding iframe is detected. Why?

Details in attached file JS https://code.sololearn.com/W62phcz56h3B/?ref=app

26th Nov 2018, 12:53 AM
Daniel Bandeira
Daniel Bandeira - avatar
3 Answers
+ 4
The previous <iframe> (src="IndiceUSD_BRL.html") is not correctly closed (</frame> instead of </iframe>), so any following html code until the next </iframe> is ignored (as content of <iframe></iframe>) ;)
26th Nov 2018, 1:45 AM
visph
visph - avatar
0
I believe in you... but I can't see that yet!!! Was the first thing that I looked for...lolol... Thank you for yours hawk's eye.
26th Nov 2018, 7:50 AM
Daniel Bandeira
Daniel Bandeira - avatar
0
I've found it. Dyslexia detected!
26th Nov 2018, 3:15 PM
Daniel Bandeira
Daniel Bandeira - avatar