stickers
08-31-2010, 11:50 PM
Hi,
When designing a web page, you may come across a situation where you want to combine content from multiple websites in a single window. Could the "iframe" tag makes this possible? If so, as it will separate your page design into several sections and display a different website in each one?
Your answers are much appreciated.
Thank you for watching me.
Stickers
Old Pedant
08-31-2010, 11:57 PM
Yes.
Yes.
You can also use standard <frame>s, but they aren't as flexible.
stickers
09-01-2010, 12:28 AM
I found lots of softwares for doing that, but not available code.
Stickers
Old Pedant
09-01-2010, 12:56 AM
????
What do you mean?
Code:
<html>
<body>
<iframe style="width: 100%; height: 200px;" src="http://www.espn.com"></iframe>
<iframe style="width: 100%; height: 200px;" src="http://www.cnn.com"></iframe>
<iframe style="width: 100%; height: 200px;" src="http://www.codingforums.com"></iframe>
<iframe style="width: 100%; height: 200px;" src="http://www.disney.com"></iframe>
</body>
</html>
There. Some code.
stickers
09-01-2010, 01:34 AM
Well,
Simple, but efficient. Thank you.
I found this (Nice Sharing): http://www.nicesharing.com/
Regards
Stickers
ewebcraft
11-23-2010, 05:19 PM
stickers: The complete solution of your web designing problem can fulfill by custom web design (http://ewebcraft.com) company. You can also send us your problem at admin@ewebcraft.com to get quick solution.
publicity
12-17-2012, 08:26 PM
????
What do you mean?
Code:
<html>
<body>
<iframe style="width: 100%; height: 200px;" src="http://www.espn.com"></iframe>
<iframe style="width: 100%; height: 200px;" src="http://www.cnn.com"></iframe>
</body>
</html>
There. Some code.
Is this possible, that cnn site is automatically refreshed, but espn stays the same (without refresh)?
I tried HTML/Head tags/Refresh, but it refresh whole page.