Why i could not access my own website in iframe ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why i could not access my own website in iframe ?

26th Apr 2021, 8:53 AM
Sajid Ali
Sajid Ali - avatar
8 Answers
+ 4
<iframe src="https://crazycoding.epizy.com/Project/Tudo/" style="border:medium solid red" width="100%" height="600px"></iframe> You forgot to add "src" to your code.
26th Apr 2021, 9:05 AM
Rohit
+ 4
the error says: Refused to display 'https://support.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'. Line: 1 Read this: https://stackoverflow.com/questions/41522652/refused-to-display-url-in-a-frame-because-it-set-x-frame-options-to-sameori
26th Apr 2021, 9:23 AM
Rohit
+ 3
Where is the code having the mentioned issue? Can you post it if possible?
26th Apr 2021, 8:54 AM
Rohit
26th Apr 2021, 9:00 AM
Sajid Ali
Sajid Ali - avatar
0
rkk after add "src" not working.
26th Apr 2021, 9:07 AM
Sajid Ali
Sajid Ali - avatar
0
My website develop with php code.
26th Apr 2021, 9:11 AM
Sajid Ali
Sajid Ali - avatar
26th Apr 2021, 9:12 AM
Sajid Ali
Sajid Ali - avatar