<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<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>you can also blur and/or minimize the main window 
when the popup window link is called to bring attention to the 
popup</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=christ@saeweb.com href="mailto:christ@saeweb.com">Chris Tifer</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> Tuesday, February 03, 2004 2:15 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] popup 
  window</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>It should. </FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>What I would do if I were you is put the focus on 
  the onload of the body. My guess is you're calling focus before it's finished 
  loading.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>&lt;body onload="window.focus()"&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>That should then come to the front.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Chris Tifer</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=NSudhakar@chn.cognizant.com 
    href="mailto:NSudhakar@chn.cognizant.com">Namasivayam, Sudhakar 
    (Cognizant)</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> Tuesday, February 03, 2004 9:06 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Javascript] popup 
    window</DIV>
    <DIV><BR></DIV>
    <DIV><SPAN class=711030514-03022004><FONT face=Arial color=#0000ff 
    size=2>hi,</FONT></SPAN></DIV>
    <DIV><SPAN class=711030514-03022004><FONT face=Arial color=#0000ff 
    size=2>&nbsp; Thank you very much for the prompt 
replies.</FONT></SPAN></DIV>
    <DIV><SPAN class=711030514-03022004><FONT face=Arial color=#0000ff 
    size=2>But&nbsp; focus() makes the windowe active but i want the window to 
    come to the front .&nbsp;</FONT></SPAN></DIV>
    <DIV><SPAN class=711030514-03022004><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=711030514-03022004><FONT face=Arial color=#0000ff 
    size=2>sudhakar</FONT></SPAN></DIV>
    <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
      <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
      size=2>-----Original Message-----<BR><B>From:</B> Grinwald, Uri 
      [mailto:UGrinwald@dynamic.ca]<BR><B>Sent:</B> Tuesday, February 03, 2004 
      7:31 PM<BR><B>To:</B> [JavaScript List]<BR><B>Subject:</B> RE: 
      [Javascript] popup window<BR><BR></FONT></DIV>
      <DIV><SPAN class=890395713-03022004><FONT face=Arial color=#0000ff 
      size=2>I always thought it was focus();</FONT></SPAN></DIV>
      <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
        <DIV></DIV>
        <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
        face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
        Namasivayam, Sudhakar (Cognizant) [mailto:NSudhakar@chn.cognizant.com] 
        <BR><B>Sent:</B> Tuesday, February 03, 2004 8:59 AM<BR><B>To:</B> 
        [JavaScript List]<BR><B>Subject:</B> [Javascript] popup 
        window<BR><BR></FONT></DIV><!-- Converted from text/rtf format -->
        <P><FONT face=Arial size=2>Hi all,</FONT> 
        <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT face=Arial 
        size=2>How do i activate the already open popup window&nbsp; in the 
        background by javascript ....</FONT> <BR><FONT face=Arial size=2>&nbsp;i 
        tried </FONT></P>
        <P><B><FONT face="Courier New" size=2>var hd = 
        window.open('test.html','legal', 
        'height=550,width=700,status=no,toolbar=no,menubar=no,location=no,top=10,left=10,scrollbars=yes'); 
        </FONT></B></P>
        <P><B><FONT face="Courier New" size=2>hd.activate(); </FONT></B></P>
        <P><FONT face="Courier New" size=2>Thanks and regards,</FONT><B></B> 
        <BR><FONT face="Courier New" size=2>sudhakar</FONT><B></B> 
      </P></BLOCKQUOTE></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>