Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-31-2010, 11:50 PM   PM User | #1
stickers
New Coder

 
Join Date: Aug 2010
Posts: 16
Thanks: 4
Thanked 0 Times in 0 Posts
stickers is an unknown quantity at this point
Question How to Combine Multiple Web Pages into a Single Web Page

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
stickers is offline   Reply With Quote
Old 08-31-2010, 11:57 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,210
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Yes.

Yes.

You can also use standard <frame>s, but they aren't as flexible.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 09-01-2010, 12:28 AM   PM User | #3
stickers
New Coder

 
Join Date: Aug 2010
Posts: 16
Thanks: 4
Thanked 0 Times in 0 Posts
stickers is an unknown quantity at this point
I found lots of softwares for doing that, but not available code.

Stickers
stickers is offline   Reply With Quote
Old 09-01-2010, 12:56 AM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,210
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
????

What do you mean?

Code:
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.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 09-01-2010, 01:34 AM   PM User | #5
stickers
New Coder

 
Join Date: Aug 2010
Posts: 16
Thanks: 4
Thanked 0 Times in 0 Posts
stickers is an unknown quantity at this point
Well,

Simple, but efficient. Thank you.

I found this (Nice Sharing): http://www.nicesharing.com/


Regards

Stickers
stickers is offline   Reply With Quote
Old 11-23-2010, 05:19 PM   PM User | #6
ewebcraft
New to the CF scene

 
Join Date: Nov 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ewebcraft is an unknown quantity at this point
How to Combine Multiple Web Pages into a Single Web Page

stickers: The complete solution of your web designing problem can fulfill by custom web design company. You can also send us your problem at admin@ewebcraft.com to get quick solution.
ewebcraft is offline   Reply With Quote
Old 12-17-2012, 08:26 PM   PM User | #7
publicity
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
publicity is an unknown quantity at this point
Quote:
Originally Posted by Old Pedant View Post
????

What do you mean?

Code:
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.
publicity is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:28 AM.


Advertisement
Log in to turn off these ads.