Think Visualizer and expand your options
 
Visualizer Navigator 
   Home | Keep up with the news | The Photo FX tour | Photo FX Bookmark and Share

Go Back   Visualizer Forums > Visualizer Online Learning > Web design and Scripting
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread Display Modes
Old 05-23-2004, 10:42 AM   #1
Darren
VIG, Project Manager
 
Darren's Avatar
 
Join Date: Aug 2004
Location: US of A
Posts: 1,862

my photo blog, by Darren
Default

If you want to open a webpage in a webpage you can use IFrames. The good thing about IFrames is that you can place them inside a table, which enables you to load an external page anywhere you want inside the webpage people are viewing.

This is how it is done:

<table width="500" border="0" cellpadding="0" cellspacing="0">
<td>
<iframe src="MyIFramePage.html" name="MyIFrame" width="100%" height="30" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe>
<layer src="MyIFramePage.html" name="MyIFrame" width="100%" height="30"></layer>
</td>
</table>

In this example I have set scrolling to "no", but if you are loading a page that requires viewers to scroll, then set scroll value to yes (scrolling="yes").
I have made my IFrame 100% wide which means it will fit the table cell width. I have given it a fixed size of 30 px so I have the option of placing other objects beneath it (like an image, form object or text).

To read more about tables go here!
__________________
Project manager
Visualizer Image Group


"Don't judge yourself on how far you have come,
It's better to get somewhere than nowhere"
Darren is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 02-10-2007, 08:34 PM   #2
raj5
Junior Member
 
Join Date: Feb 2007
Posts: 6

Default

IFRAMES could be used to load an external data directly into your website. Suppose if i like a particular section of a website , I can include that into my website using IFRAME + CSS.

You can have data from 10 different websites using IFRAME
raj5 is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT. The time now is 04:14 AM.



Copyright © 2002-2006 Visualizer Image Group.