473,379 Members | 1,252 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

what is iFrames ?

I'm reading a lot of talks lately about the term iFrame and with your
permission would like to ask a few question about that :

- what is iFrame, i mean what is it good for ?
- does all the popular browsers support it (mostly mozilla & the much
hated IE, google says the do but nothing is better that experienced answer)
- iFrames replaces the old frames once used in html to show a number of
pages in a single windows, right ?
- what are common uses of iFrames ?
- mostly importantly does php support iFrames & if so how?, will i need
to use PEAR for that ?

i thank you for your comments, maxim.
Jul 17 '05 #1
10 3887
answers below
"maxim vexler <hq4ever (at) 012 (dot) net (dot) il> >" <"maxim vexler
<hq4ever (at) 012 (dot) net (dot) il> a écrit dans le message de
news:41********@news.012.net.il...
I'm reading a lot of talks lately about the term iFrame and with your
permission would like to ask a few question about that :

- what is iFrame, i mean what is it good for ? Frames split your windows in multiple parts.
Let says you want an left side menu, with frames your menu will be in one
page from where you will call all others pages of your site - does all the popular browsers support it (mostly mozilla & the much
hated IE, google says the do but nothing is better that experienced answer)
YES - iFrames replaces the old frames once used in html to show a number of
pages in a single windows, right ? YES kind of - what are common uses of iFrames ? Same as frames - mostly importantly does php support iFrames & if so how? yes, in fact this not a php issue, php just return html code
, will i need to use PEAR for that ? NO i thank you for your comments, maxim.

no prob, but go on an html forum for more info on frames and iframes
VooDoo
Jul 17 '05 #2
"maxim vexler <hq4ever (at) 012 (dot) net (dot) il>" <"maxim
vexler <hq4ever (at) 012 (dot) net (dot) il>"> emerged reluctantly
from the curtain and staggered drunkenly up to the mic. In a
cracked and slurred voice he muttered:
- what is iFrame, i mean what is it good for ?
It's an inline frame. Useful for providing frames that are embedded
in a regular page.
- does all the popular browsers support it (mostly mozilla & the
much hated IE, google says the do but nothing is better that
experienced answer) -
Everything upwards of Netscape4/IE4 will support them. Unless
you're visually impaired of course.
iFrames replaces the old frames once used
in html to show a number of pages in a single windows, right ?
Wrong.
- what are common uses of iFrames ?
"Preview Windows", such as you may find when posting on a message
board.
- mostly importantly does php support iFrames & if so how?, will
i need to use PEAR for that ?


Iframes are HTML and have nothing to do with PHP.

--
Phil Roberts | Deedle Doot Doo Dee Dee | http://www.flatnet.net/

I could be wrong here, You could be right
Please forgive me I have sinned - Not on your life
But that's how you want me, But I'll never fear thee
Why you and not me? Tell me Holy Man
Jul 17 '05 #3
"maxim vexler <hq4ever (at) 012 (dot) net (dot) il>" wrote
in message news:<41********@news.012.net.il>...

I'm reading a lot of talks lately about the term iFrame and with your
permission would like to ask a few question about that :

- what is iFrame, i mean what is it good for ?
The IFRAME element allows authors to insert a frame within a block
of text. Inserting an inline frame within a section of text is much
like inserting an object via the OBJECT element: they both allow you
to insert an HTML document in the middle of another, they may both
be aligned with surrounding text, etc.

http://www.w3.org/TR/html4/present/frames.html#h-16.5
- does all the popular browsers support it (mostly mozilla & the much
hated IE, google says the do but nothing is better that experienced
answer)
If a browser claims compatibility with HTML 4.0, it should be able to
render iframes.
- iFrames replaces the old frames once used in html to show a number of
pages in a single windows, right ?
Not exactly. "Old frames" remain alive and well.
- what are common uses of iFrames ?
Fitting relatively large blocks of content into relatively small
(and fixed) space on a page. For example, you may want to put
news headings into a fixed-size iframe on your home page.
Example:

<IFRAME src="news.php" width="400" height="200"
scrolling="auto"></IFRAME>

This will define a 400 by 200 iframe, which will display the
output of news.php and a scroll bar, if that output would not
fit into the 400 by 200 area.
- mostly importantly does php support iFrames & if so how?,


There is no need for PHP to "support iFrames"; PHP is not a browser.

Cheers,
NC
Jul 17 '05 #4
Nikolai Chuvakhin wrote:
"maxim vexler <hq4ever (at) 012 (dot) net (dot) il>" wrote
in message news:<41********@news.012.net.il>...
I'm reading a lot of talks lately about the term iFrame and with your
permission would like to ask a few question about that :

- what is iFrame, i mean what is it good for ?

The IFRAME element allows authors to insert a frame within a block
of text. Inserting an inline frame within a section of text is much
like inserting an object via the OBJECT element: they both allow you
to insert an HTML document in the middle of another, they may both
be aligned with surrounding text, etc.

http://www.w3.org/TR/html4/present/frames.html#h-16.5

- does all the popular browsers support it (mostly mozilla & the much
hated IE, google says the do but nothing is better that experienced
answer)

If a browser claims compatibility with HTML 4.0, it should be able to
render iframes.

- iFrames replaces the old frames once used in html to show a number of
pages in a single windows, right ?

Not exactly. "Old frames" remain alive and well.

- what are common uses of iFrames ?

Fitting relatively large blocks of content into relatively small
(and fixed) space on a page. For example, you may want to put
news headings into a fixed-size iframe on your home page.
Example:

<IFRAME src="news.php" width="400" height="200"
scrolling="auto"></IFRAME>

This will define a 400 by 200 iframe, which will display the
output of news.php and a scroll bar, if that output would not
fit into the 400 by 200 area.

- mostly importantly does php support iFrames & if so how?,

There is no need for PHP to "support iFrames"; PHP is not a browser.

Cheers,
NC


now i see, thank you.

"does php support iFrames" yyeee right, hahaha how off topic can one be.
Jul 17 '05 #5
I noticed that Message-ID: <41********@news.012.net.il> from maxim
vexler <hq4ever (at) 012 (dot) net (dot) il> contained the following:
- what is iFrame, i mean what is it good for ?


<starr>Absolutely nuthin, say it again, y'all!</starr>

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #6
Geoff Berrow wrote:
I noticed that Message-ID: <41********@news.012.net.il> from maxim
vexler <hq4ever (at) 012 (dot) net (dot) il> contained the following:

- what is iFrame, i mean what is it good for ?

<starr>Absolutely nuthin, say it again, y'all!</starr>


why ?
Jul 17 '05 #7
I noticed that Message-ID: <41******@news.012.net.il> from maxim vexler
<hq4ever (at) 012 (dot) net (dot) il> contained the following:
- what is iFrame, i mean what is it good for ?

<starr>Absolutely nuthin, say it again, y'all!</starr>


why ?


No reason, it just popped into my head. :-)

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #8
It IS useful, as mentioned a news page oder something like that.
Imagine, you designed a small template 500 pixels height and 500
pixels width and want to display it in a popup window, without
scrollbars.. Then you can use an iFrame to display the news and have
the scrollbar directly next to the news...
Another possibility: you only have html and not php oder don't want to
use it, then you can use an iframe to include a html oder php-site..
professional developers don't use iframes much, but when a
web-beginner comes to me, i often suggest to use that. another
example: They are very happy, when they signed up for a free (ad
sponsord :[ ) guestbook, but they have to open it in a new window...
Ok, with iframes they can create a page and put that geustbook
"inline" with an iFrame (inline-frame)...
Greetings, Michael.

"maxim vexler <hq4ever (at) 012 (dot) net (dot) il>" <"maxim vexler <hq4ever (at) 012 (dot) net (dot) il>"> wrote in message news:<41******@news.012.net.il>...
Geoff Berrow wrote:
I noticed that Message-ID: <41********@news.012.net.il> from maxim
vexler <hq4ever (at) 012 (dot) net (dot) il> contained the following:

- what is iFrame, i mean what is it good for ?

<starr>Absolutely nuthin, say it again, y'all!</starr>


why ?

Jul 17 '05 #9

"maxim vexler <hq4ever (at) 012 (dot) net (dot) il> >" <"maxim vexler
<hq4ever (at) 012 (dot) net (dot) il> wrote in message
news:41********@news.012.net.il...
- iFrames replaces the old frames once used in html to show a number of
pages in a single windows, right ?


To a good extent, yes. Many web designers prefer iframe over regular frames
because it's a lot easier to lay out. Using iframes also means fewer files.
Jul 17 '05 #10
maxim vexler <hq4ever (at) 012 (dot) net (dot) il> >" < wrote:
I'm reading a lot of talks lately about the term iFrame and with your
permission would like to ask a few question about that :

- what is iFrame, i mean what is it good for ?
- does all the popular browsers support it (mostly mozilla & the much
hated IE, google says the do but nothing is better that experienced
answer) - iFrames replaces the old frames once used in html to show a
number of pages in a single windows, right ?
- what are common uses of iFrames ?
- mostly importantly does php support iFrames & if so how?, will i
need
to use PEAR for that ?

i thank you for your comments, maxim.


Although language illegible for you probably, see my site www.westerterp.com
for an example of iframes.
I designed it like that to embed the weblog I run but is hosted elsewhere.
Pjotr
Jul 17 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dan Popa | last post by:
Check out the following 2 links: http://www.batisdev.com/admin/test_1images.asp http://www.batisdev.com/admin/test_2images.asp First page contain 4 IFRAMES and 1 IMG tags. Second page contain 4...
7
by: Scott | last post by:
Hello All, I've been reading all of the various issues with Iframes in netscape. I have tried all of the various fixes posted, and have even implemented both an iframe and ilayer. My problem is...
3
by: Nick Tew | last post by:
Hi, Firstly, any help would be gratefully received. Im using several iframes on a single page and would like individual 'back' and 'forward' buttons located in each of the iframes which only...
1
by: Nick Tew | last post by:
Hello, This relates to the previous post i've left. This problem is do with the browser's back and forward buttons. When clicked, can it be made to affect any history NOT in the iframes....
6
by: adnanx82 | last post by:
Hi, I was wondering if anyone knew how to perform the following 2 tasks in Javascript: 1) distinguish between frames and iframes (during an onload event for example) 2) figure out whether a...
9
by: Peter Jenkins | last post by:
I needed to implement a "page within a page" and rather than use frames (yecchh) decided to try using the object tag. Flung a test page together, tried it out in IE and Firefox on my PC, it...
3
by: Giggle Girl | last post by:
Is there a way to use Javascript to detect if a browser supports IFrames, or (if it DOES support them) that IFrame use is enabled? Thanks, Ann
1
by: Pacific Fox | last post by:
Would anyone know what browsers are supported by AJAX in general? I've been trying to find this at several sources, but it's never really mentioned. Thanks.
2
by: ericisjusteric | last post by:
I have a page with multiple iframes and need to have the user (ie6) be able to click a button to refresh any one of the iframes - but also to click another button at the top of the page to refresh...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.