[Javascript] object that floats over frames

Peter Brunone peter at brunone.com
Fri Jan 23 15:25:00 CST 2004


	Why would you need Javascript?  Just tell the iframe what its
attributes are at design time.  Even frames need that much instruction.

	Of course, by saying that, I've kind of made my response
off-topic...

-----Original Message-----
From: javascript-bounces at LaTech.edu On Behalf Of Chris Tifer

Without any extra code, they cannot. Sure, if you want to use some
special technique, that's all well and good. I missed where he said they
were using IE6.

But what I said is true - when not used in conjunction with JavaScript.
FRAMES and IFRAMES have 2 different uses...  IFRAMES are used to embed a
page inside of another.


----- Original Message ----- 
From: "Peter Brunone" <peter at brunone.com>
To: "'[JavaScript List]'" <javascript at LaTech.edu>
Sent: Friday, January 23, 2004 4:11 PM
Subject: RE: [Javascript] object that floats over frames


>
> Well, Dan said he was using IE6, which is certainly capable enough to 
> handle iframes and their positioning attributes.  Sure, he may not 
> want to spend the time necessary to go that route... but your 
> assertion was that iframes can't be kept in one spot like frames can, 
> which of course isn't true.
>
> -----Original Message-----
> From: javascript-bounces at LaTech.edu On Behalf Of Chris Tifer
>
> If this person said this was an Intranet application utilizing a 
> capable browser, that'd be a safe option, but I'm sure they don't want

> to go changing their existing application to do this. I know I 
> wouldn't.
>
> ----- Original Message -----
> From: "Peter Brunone" <peter at brunone.com>
> >
> >     What if you control their size and position with CSS?  Just set 
> > the relevant attributes equal to percentages of the browser 
> > dimensions, and you should be covered.
> >
> > -----Original Message-----
> > From: javascript-bounces at LaTech.edu On Behalf Of Chris Tifer
> >
> > IFRAMEs don't always serve the same purpose as frames.
> >
> > Sometimes people use FRAMEs so that some information is always in 
> > the same spot on the screen. That's not the case with IFRAMEs
> >
> > ----- Original Message -----
> > From: Vlad Lepadatu
> >
> > what about using iframes instead of frames? just make a nice table 
> > and
>
> > insert them in.
> >
> > ----- Original Message -----
> > From: Dan Costea
> >
> > unfortunately, I can't apply these solutions because I already have 
> > implemented over 300 dialogs (web pages) and I need a general 
> > solution
>
> > for all of them. I can write a js function that I'm sure it is 
> > called on "onload" event of all frames and in this function I have 
> > to dynamicaly insert the logo, such way that it will be displayed in

> > the top-left corner of each dialog.
> >
> > ----- Original Message -----
> > From: Tim Makins
> >
> > A bit of lateral thinking:
> >
> > How about creating your 'frameset' in CSS, and then you can float 
> > whatever you want on top, in the same window.
> >
> > Another idea - if your floating logo must sit over, for instance, 
> > two frames, then slice the logo in two, and float half over one 
> > frame and the other half over the other frame, using absolute 
> > positioning.
> >
> > Alternatively, move your logo so it only covers one frame. Or make 
> > the
>
> > logo smaller.
> >
> > Tim in Ireland.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu 
> https://lists.LaTech.edu/mailman/listinfo/javascript

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript





More information about the Javascript mailing list