| It is kind of like a window in a window. Sometimes that smaller, inner window is called an “inset
box".
There are number of times when this can be useful. Here are some examples:
- On your main page you might use an IFRAME to
display more information about an up coming event. Somewhere close to where your list of up coming events are, you would have
a scrolled window with more information. This has the advantage of allowing more data to be displayed, without making your
main page bigger.
- On your main page you might use an IFRAME to
display your up coming events. I have a scroller on my main church page to display up coming events. However, most users don’t
realize they can use their mouse to stop the scroller or move it up and down. Maybe an IFRAME would be a better choice. It’s a
pretty safe bet that most of us know what to do when we see scroll bars.
- You might have a page of text or an article on
a particular topic and an IFRAME could be used like a sidebar in magazine or newsletter. It’s a way to provide some related
info without interrupting the flow of the article.
- You could be even more creative. Maybe you
could have a page with 4 or 6 pics and a detailed description of each picture could be contained in an IFRAME under the pic.
That way the person browsing your site can determine for themselves if they desire more info on a given picture.
- The I Frame's content could be provided from a
folder on your site with special permissions, without granting access to the entire site. Up coming events could be uploaded
by the church office this way. It would be HTML code, but you could show them how to edit within the tags.
- You could even use IFRAMES to make your site
look like a regular framed site without using frames. Be careful though, because IFRAME content won't get indexed by the
search engines, so don't use it for site navigation.
The options are just about endless. |