+ 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
3 Respostas
+ 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>) ;)
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.
0
I've found it. Dyslexia detected!