+ 4
Refused to display file because it set X-Frame-Options to "deny".
https://code.sololearn.com/WnzoE9Y9xP7f/?ref=app What kind of error is this? How can I solve this?
6 ответов
+ 5
🇧🇩Saadman Nuheen🇧🇩
Use iframe
+ 5
🇧🇩Saadman Nuheen🇧🇩
Send me your url in my inbox
+ 1
Gaurav Dixit 🇮🇳 i used iframe and it gives the same error.
Check the code.
+ 1
What url?🧐🧐
+ 1
🇧🇩Saadman Nuheen🇧🇩
You can insert a document by fetching it via fetch method.
See about it here: https://javascript.info/fetch
I loaded your HTML doc using fetch in this code. Check my code here:
https://code.sololearn.com/Ws64Ti7SWwQv/?ref=app