How to insert an iframe inside an iframe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to insert an iframe inside an iframe

30th Nov 2016, 2:54 AM
Diana Luna
Diana Luna - avatar
3 Answers
+ 2
In an iframe you can see linked content. Perhaps if you creat an website about music you can add an iframe linked to a searchmachine, that users which want to know more about a song don't have to leave youre website to search. But you can Show in an iframe a website with another iframe. I hope you understand what i mean. :)
30th Nov 2016, 6:54 AM
pasgy g
pasgy g - avatar
0
i dont... :-(
1st Dec 2016, 7:56 AM
Mohammed Irfan
0
How can i explain it? An iframe Shows content from another site. Maybe you have only one screen and are programming a website where you test all youre code. But evertime when you want to search something, you have to leave youre website. It isn't very nice. What can you do to solve youre one screen problem? You can buy a second. Or you put an iframe on youre site. So you have all youre test code at the top and at the bottom you can insert an iframe with any searchmachine. <iframe src="http://your searchmachine.com" \> So everytime when search something trough the iframe you don't have to open a second tab. An iframe is like a second browser window, but it is fix at the website and you only can see the .html part. No Tabs or a back/foraward Button. There you only can navigate via buttons from the website.
1st Dec 2016, 7:32 PM
pasgy g
pasgy g - avatar