0
Why is this not working even when I comment out every line of JavaScript?
I had no problems on Google Chrome or Microsoft Edge. Not even a warning. Yet on SoloLearn all I seem to get is a blank screen and after a few minutes, a generic âSyntax Error.â Even when I comment out all the JS, the pure HTML doesnât display either, which is strange. Previous version at least displayed, so itâs even more strange. Is the <noscript> or the IE code it doesnât like? Thatâs whatâs new. And the uninitialized variable error in the previous version is also strange. I would really appreciate some insight on whatâs happening. (This is my first major web code). https://code.sololearn.com/W2jT9jed5UuS/?ref=app https://code.sololearn.com/W8II69bfCC8b/?ref=app
2 RĂ©ponses
+ 2
I finally found the problem with âWhy canât all the browsers agre??â! Removing the iframe on lines 176 - 177 fixes it! At least for me.
+ 1
Jason Stone Thanks so much! I guess iOS is more picky about non-existent files. Iâm going to upload it somewhere eventually, but I havenât yet.