HighDots Forums  

iframes, ilayer, and xframes

alt.html.tags alt.html.tags


Discuss iframes, ilayer, and xframes in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Funds needed for survival
 
Posts: n/a

Default iframes, ilayer, and xframes - 08-13-2004 , 06:04 PM






Hi all,
Looking at the XHTML recommendation I found the reference to the xframe
tag. What I wasn't able to determine was whether or not it is 1) backward
compatible - that is recognized by older browsers, 2) whether it was
recognized in both competing browsers, IE and Netscape.
Secondly, it seems that iframe works in IE and not in Netscape, is that
correct? Netscape uses ilayer, right? If that is true I'd assume that if
the content I wanted on my page was not recognized within a iframe tag, then
it would use the ilayer and vice versa. I don't want it to show up for
twice.
Thanks,
Bruce

--
++++++++++++++++++++++++++++++++
Bruce Whealton - Owner
Triangle Web Hosting and Web Design
bruce (AT) TriangleWebHosting (DOT) biz
http://TriangleWebHosting.biz
Webmaster/Web Designer/Writer
++++++++++++++++++++++++++++++++



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: iframes, ilayer, and xframes - 08-13-2004 , 06:27 PM






"Funds needed for survival" <bruce (AT) trianglewebhosting (DOT) biz> wrote:

Quote:
Looking at the XHTML recommendation I found the reference to the
xframe tag.
I don't think so. You might have been looking at some fancy draft.

Quote:
What I wasn't able to determine was whether or not it is 1)
backward compatible - that is recognized by older browsers,
Of course it's not recognized by older browsers. But that's not how
backward compatibility works in HTML. It works by giving old browsers
content that they present acceptably, after ignoring _tags_ (not
elements) they don't understand.

Quote:
2) whether it was recognized in both competing browsers, IE and
Netscape.
Oh, I see... you are trolling, right? Your From field supports this
conclusion, and so does this:

Quote:
Secondly, it seems that iframe works in IE and not in
Netscape, is that correct?
It might be a correct observation that it seems so to you. Hard to tell.
I presume "Netscape" here means the undead zombie, Netscape 4 (or maybe a
previous version?).

Quote:
Netscape uses ilayer, right?
For some values of "Netscape" and "right".

Quote:
If that is
true I'd assume that if the content I wanted on my page was not
recognized within a iframe tag, then it would use the ilayer and vice
versa.
The question does not parse.

Quote:
I don't want it to show up for twice.
Find. Then use none of iframe, ilayer, xframe. It won't show up twice
then. Or even once. There might be uses of iframe that make sense, but
you have made it rather clear, especially with your URL, that this isn't
one of them.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
  #3  
Old   
Will Gittoes
 
Posts: n/a

Default Re: iframes, ilayer, and xframes - 08-13-2004 , 08:14 PM



Jukka K. Korpela wrote:
Quote:
"Funds needed for survival" <bruce (AT) trianglewebhosting (DOT) biz> wrote:


Looking at the XHTML recommendation I found the reference to the
xframe tag.


I don't think so. You might have been looking at some fancy draft.


What I wasn't able to determine was whether or not it is 1)
backward compatible - that is recognized by older browsers,


Of course it's not recognized by older browsers. But that's not how
backward compatibility works in HTML. It works by giving old browsers
content that they present acceptably, after ignoring _tags_ (not
elements) they don't understand.


2) whether it was recognized in both competing browsers, IE and
Netscape.


Oh, I see... you are trolling, right? Your From field supports this
conclusion, and so does this:


Secondly, it seems that iframe works in IE and not in
Netscape, is that correct?


It might be a correct observation that it seems so to you. Hard to tell.
I presume "Netscape" here means the undead zombie, Netscape 4 (or maybe a
previous version?).


Netscape uses ilayer, right?


For some values of "Netscape" and "right".


If that is
true I'd assume that if the content I wanted on my page was not
recognized within a iframe tag, then it would use the ilayer and vice
versa.


The question does not parse.


I don't want it to show up for twice.


Find. Then use none of iframe, ilayer, xframe. It won't show up twice
then. Or even once. There might be uses of iframe that make sense, but
you have made it rather clear, especially with your URL, that this isn't
one of them.

Let me re-phrase the original poster's question;

Is there a valid way, to create a frame within a frame, using XHTML,
without using a framset page?

Secondly, if the answer to the first question is 'Yes,' how is this done.

<disclaimer>
I know that iframes are usually misused. Such as difficulties setting a
bookmark to load the correct inner and outer page; people with
non-frames-capable browser not seeing all the content, used poorly for
division of content where a block-level element would do...etc.

I still would like to know how
</disclaimer>


Reply With Quote
  #4  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: iframes, ilayer, and xframes - 08-14-2004 , 01:23 AM



Will Gittoes <AskMeForIt (AT) NoSpam (DOT) org> wrote:

Quote:
Let me re-phrase the original poster's question;
My first impression, from the comprehensive quotation and from the From
line, is that this is continued trolling. And I cannot see how you see
your question as a re-phrase of the original poster's question. For
example, where is xframes? It was on the Subject line and in the first
paragraph of the original question, so it must be very essential, must it
not?

Quote:
Is there a valid way, to create a frame within a frame, using XHTML,
without using a framset page?
You haven't defined what you mean by "frame". If it means <frame>, the
answer is trivially "no"; you cannot have even unnested <frame> without
putting it inside <frameset>. If it really means "inline frame", i.e.
<iframe>, despite your not saying so, then the answer is equally
trivially "yes". Of course the document referred to by the src attribute
of an <iframe> element may itself contain an <iframe> element.

Quote:
I know that iframes are usually misused.
If you wish to have answers to some non-trivial questions, then explain
what you would use nested inline frames for, instead of just claiming you
know the problems.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
Reply




Thread Tools
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.