<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>What I want to do is to display a logo in the 
up-left corner of the pages. The pages are already created, and it is possible 
that the up-left corner is splited in 2 frames (with frameborder="no") and in 
these cases the logo have to float over 2 frames.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I don't want to use a popup object because I have 
my own context menu (at right click) that is created with window.createPopup(), 
so, when I'll open the context menu the logo will be closed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I considered to use showModelessDialog, but the 
problem in this case is that I don't know how to get rid of the title bar and 
the window borders...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=dlovering@gazos.com href="mailto:dlovering@gazos.com">David 
  Lovering</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">[JavaScript List]</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 23, 2004 5:56 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] object that 
  floats over frames</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Has anyone considered launching a new 
  window?&nbsp; It will float over frames, (and can contain new ones if need 
  be), and the layer control can put it anywhere in the stack that you need 
  it.&nbsp; Yes, it can be superseded by other layers (even pop-ups can be 
  "invisibled"), but as long as focus is locked on it while its function remains 
  current, and it is destroyed when that function no longer applies, you basicly 
  have a super-delux pop-up.&nbsp; All the windows/frames can communicate with 
  the elements of all the others (even though the DOM tree can be pretty 
  baroque), so there's no problem in exchanging data between them.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I'm not sure I understand why this approach 
  wasn't considered.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[By "pop-up" I am assuming we are talking about 
  the peculiar IE construct, and not just another slave window -- the same 
  solution I am pushing].</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>-- Dave Lovering</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=javascript@mattbarton.org 
    href="mailto:javascript@mattbarton.org">Matt Barton</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
    href="mailto:javascript@LaTech.edu">[JavaScript List]</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 23, 2004 7:04 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] object that 
    floats over frames</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>Hi Dan,</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>I have had to find a solution to this too (this 
    week in fact).&nbsp; Unfortunately I found nothing apart from the popup 
    object (i.e. document.createPopup()) that would float over frames.&nbsp; I 
    didn't want to use the popup object either, but with a fair bit of 
    experimentation I have found it to be very useful, and fits my application 
    perfectly (also IE6/Win intranet app).</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>If you want any hints with using the popup 
    object then don't be afraid to ask :)</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Matt</FONT></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=costea.dan@ssi-schaefer.ro 
      href="mailto:costea.dan@ssi-schaefer.ro">Dan Costea</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
      href="mailto:javascript@LaTech.edu">[JavaScript List]</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 23, 2004 12:31 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] object that 
      floats over frames</DIV>
      <DIV><BR></DIV>
      <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Hi!</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>I work with IE6 (an intranet applicaiton). I 
      need an object that can float over frames, like a popup object (but not 
      this object). For example, I have an HTML page with frames and I need an 
      object that will stay visible at a certain position (for example, exactly 
      in the middle of the page, no metter that at this area is splitted by 
      frames). Do you know if such object exists in IE? If yes, what is 
      it?</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
      <DIV><FONT face=Arial size=2>Dan Costea.</FONT></DIV>
      <P>
      <HR>

      <P></P>_______________________________________________<BR>Javascript 
      mailing 
      list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>Javascript mailing 
    list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Javascript mailing 
  list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE></BODY></HTML>