Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 24th, 2005, 12:51 AM
Randell D.
Guest
 
Posts: n/a
Default IFRAME and Mozilla - does it exist?


Folks,

I've spent the past hour or so testing IFRAME with Mozilla 1.7.5 and not
getting it to work - Then... I thought I'd try it in IE, and my code
worked...

Thus... is IFRAME an IE only feature? I use Mozilla most often and I am
nearly sure that I have used a website that had an IFRAME like window...
is there another method?

I am working on an intranet based application which will have a Mozilla
dependancy hence the reason why IE is not an option.

Thanks
randell d.
  #2  
Old July 24th, 2005, 12:51 AM
Sebastien B.
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

Moz does have iframe support; make sure your page has a proper doctype.


"Randell D." <reply.via.newsgroup.thanks@fiprojects.moc> wrote in message
news:Mj9_d.703591$Xk.336814@pd7tw3no...[color=blue]
>
> Folks,
>
> I've spent the past hour or so testing IFRAME with Mozilla 1.7.5 and not
> getting it to work - Then... I thought I'd try it in IE, and my code
> worked...
>
> Thus... is IFRAME an IE only feature? I use Mozilla most often and I am
> nearly sure that I have used a website that had an IFRAME like window...
> is there another method?
>
> I am working on an intranet based application which will have a Mozilla
> dependancy hence the reason why IE is not an option.
>
> Thanks
> randell d.[/color]


  #3  
Old July 24th, 2005, 12:51 AM
Mark Parnell
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

Previously in comp.infosystems.www.authoring.html, "Randell D."
<reply.via.newsgroup.thanks@fiprojects.moc> said:
[color=blue]
> Thus... is IFRAME an IE only feature?[/color]

No, but it is a usability hazard.
[color=blue]
> I use Mozilla most often and I am
> nearly sure that I have used a website that had an IFRAME like window...[/color]

Iframes *are* supported in Mozilla. If you can't get it working, post a
URL.
[color=blue]
> is there another method?[/color]

Yes. But what method to use depends on what behaviour of iframes you're
trying to duplicate.

--
Mark Parnell
http://www.clarkecomputers.com.au
  #4  
Old July 24th, 2005, 12:51 AM
Randell D.
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

Sebastien B. wrote:[color=blue]
> Moz does have iframe support; make sure your page has a proper doctype.
>
>
> "Randell D." <reply.via.newsgroup.thanks@fiprojects.moc> wrote in message
> news:Mj9_d.703591$Xk.336814@pd7tw3no...
>[color=green]
>>Folks,
>>
>>I've spent the past hour or so testing IFRAME with Mozilla 1.7.5 and not
>>getting it to work - Then... I thought I'd try it in IE, and my code
>>worked...
>>
>>Thus... is IFRAME an IE only feature? I use Mozilla most often and I am
>>nearly sure that I have used a website that had an IFRAME like window...
>>is there another method?
>>
>>I am working on an intranet based application which will have a Mozilla
>>dependancy hence the reason why IE is not an option.
>>
>>Thanks
>>randell d.[/color]
>
>
>[/color]

Sebastien,

Thanks - I went searching on the web and found a blog that used an
IFRAME which worked in Mozilla... I inspected it and discovered that
the 'src' tag is mandatory (its been ages since I used any sort of
frames in html and I had tried to place my code inside the iframe tags
as opposed to call an external page).

anyway... I got it working - thanks for the help - I just needed
confirmation that I recalled correctly that I had infact seen an iframe
tag working with mozilla...

cheers
randelld
  #5  
Old July 24th, 2005, 12:51 AM
Randell D.
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

Mark Parnell wrote:
[color=blue]
> Previously in comp.infosystems.www.authoring.html, "Randell D."
> <reply.via.newsgroup.thanks@fiprojects.moc> said:
>
>[color=green]
>>Thus... is IFRAME an IE only feature?[/color]
>
>
> No, but it is a usability hazard.
>
>[color=green]
>>I use Mozilla most often and I am
>>nearly sure that I have used a website that had an IFRAME like window...[/color]
>
>
> Iframes *are* supported in Mozilla. If you can't get it working, post a
> URL.
>
>[color=green]
>>is there another method?[/color]
>
>
> Yes. But what method to use depends on what behaviour of iframes you're
> trying to duplicate.
>[/color]

Mark,

Thanks - I went searching on the web and found a blog that used an
IFRAME which worked in Mozilla... I inspected it and discovered that
the 'src' tag is mandatory (its been ages since I used any sort of
frames in html and I had tried to place my code inside the iframe tags
as opposed to call an external page).

anyway... I got it working - thanks for the help - I just needed
confirmation that I recalled correctly that I had infact seen an iframe
tag working with mozilla...

cheers
randelld
  #6  
Old July 24th, 2005, 12:51 AM
Pierre Goiffon
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

Randell D. wrote:[color=blue]
> Thanks - I went searching on the web and found a blog that used an
> IFRAME which worked in Mozilla...[/color]

You should better check this in the W3C recommandation :
http://www.w3.org/TR/html401/present...ml#edef-IFRAME
  #7  
Old July 24th, 2005, 12:51 AM
jake
Guest
 
Posts: n/a
Default Re: IFRAME and Mozilla - does it exist?

In message <Mj9_d.703591$Xk.336814@pd7tw3no>, Randell D.
<reply.via.newsgroup.thanks@fiprojects.moc> writes[color=blue]
>
>Folks,
>
>I've spent the past hour or so testing IFRAME with Mozilla 1.7.5 and
>not getting it to work - Then... I thought I'd try it in IE, and my
>code worked...
>
>Thus... is IFRAME an IE only feature? I use Mozilla most often and I
>am nearly sure that I have used a website that had an IFRAME like
>window...[/color]

IE --yes, Mozilla --yes, Opera --yes, Netscape --yes ....... even old
4.7x Netscapes (although the Iframe opens in a new window in that case)
[color=blue]
>is there another method?
>[/color]
Yes ....... and No.

Depends on what you want to do.

Do you want to load variable content into the Iframe? Or is the content
fixed when the page loads?
[color=blue]
>I am working on an intranet based application which will have a Mozilla
>dependancy hence the reason why IE is not an option.
>
>Thanks
>randell d.[/color]

--
Jake

 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles