[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Morris

4/23/2004 1:26:00 AM

I've been fooling around with "inline frames" and it's pretty cool. I don't
see it being used. Is there a problem with it? Would I be unwise to use it
on a web site?


3 Answers

JDR

4/23/2004 4:01:00 AM

0

Morris,

Inline frames can be quite useful and chances are if you search the web often you probably have seen inline frames being used, but didn't relize it.

Browser support is fairly standard right now, but older browsers will not display inline frames properly (I believe 4x and below are the ones that don't support IFrames - but not positive).

I have used them for importing dynamic content from affiliates and also for asp maililing lists.

I don't use them all the time, but I also have no problem inserting an IFrame if I think it's the best solution to what I am trying to achieve.

JDR
*****************

Jon Spivey

4/23/2004 5:24:00 PM

0

Hi,

You should run across inline frames quite often on the web. The only
drawback is they'll be ignored by NN4 so you might need to make some
provision for this browser.

I often see inline frames being used when theyre not really needed though -
for example just to display text with scrollbars. That can be accomplished
with a div like this
<div style="width:300px; height:300px;overflow:auto">
....a bunch of text
</div>

In the right place iframes can be useful.

--
Cheers,
Jon
Microsoft MVP - FP

Morris wrote:
> I've been fooling around with "inline frames" and it's pretty cool. I
> don't see it being used. Is there a problem with it? Would I be
> unwise to use it on a web site?


Morris

4/24/2004 1:30:00 AM

0

Good. I will use them.
"Morris" <met@news.net> wrote in message
news:eWOguHNKEHA.2012@TK2MSFTNGP11.phx.gbl...
> I've been fooling around with "inline frames" and it's pretty cool. I
don't
> see it being used. Is there a problem with it? Would I be unwise to use it
> on a web site?
>
>