Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] dynamic anchor tags, javascript, and JSP
- From: javascript@xxxxxxxxxx (Jay Wright)
- Subject: [Javascript] dynamic anchor tags, javascript, and JSP
- Date: Fri, 15 Feb 2002 14:12:03 -0800
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1B66D.CC22AE80 Content-Type: text/plain; charset="iso-8859-1" The server can't control the other browser. The pop up doesn't just open and close, it is used for a period of time, then when someone gets to this page, it refreshes the original browser and closes itself. -----Original Message----- From: Filipiak, Bob (Contractor) [mailto:filipiab@xxxxxxxxxxxxx] Sent: Friday, February 15, 2002 1:25 PM To: 'javascript@xxxxxxxxxx' Subject: RE: [Javascript] dynamic anchor tags, javascript, and JSP Then try <body onload="opener.location.href='/some/page?ANCHOR=#....';self.close();"> and have the opener parse the querysting. But the more I think about it, why not just redirect to the opener from the server instead of popup and close. Sorry, I don't do JSP. Bob Filipiak (Contractor) -----Original Message----- From: Jay Wright [mailto:jwright@xxxxxxxx] Sent: Friday, February 15, 2002 4:18 PM To: 'javascript@xxxxxxxxxx' Subject: RE: [Javascript] dynamic anchor tags, javascript, and JSP Yes, now we come to my problem. This is what I do, and it works the first time, but the second time, the opener does not refresh. ------_=_NextPart_001_01C1B66D.CC22AE80 Content-Type: text/html; charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>RE: [Javascript] dynamic anchor tags, javascript, and JSP</TITLE> <META content="MSHTML 5.00.3315.2870" name=GENERATOR></HEAD> <BODY> <DIV> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=241560922-15022002>The server can't control the other browser. The pop up doesn't just open and close, it is used for a period of time, then when someone gets to this page, it refreshes the original browser and closes itself.</SPAN></FONT></DIV> <DIV> </DIV> <BLOCKQUOTE dir=ltr style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px"> <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Filipiak, Bob (Contractor) [mailto:filipiab@xxxxxxxxxxxxx]<BR><B>Sent:</B> Friday, February 15, 2002 1:25 PM<BR><B>To:</B> 'javascript@xxxxxxxxxx'<BR><B>Subject:</B> RE: [Javascript] dynamic anchor tags, javascript, and JSP<BR><BR></DIV></FONT> <DIV><SPAN class=150541821-15022002><FONT color=#0000ff face=Arial size=2>Then try <body onload="opener.location.href='/some/page?ANCHOR=<SPAN class=806490521-15022002>#....</SPAN>';self.close();"> and have the opener parse the querysting. But the more I think about it, why not just redirect to the opener from the server instead of popup and close. Sorry, I don't do JSP. </FONT></SPAN></DIV> <DIV><FONT color=#0000ff face=Arial size=2></FONT> </DIV> <P><B><FONT color=#0000ff face=Arial size=2>Bob Filipiak</FONT></B> <BR><B><FONT color=#0000ff face=Arial size=2>(Contractor)</FONT></B> <SPAN class=150541821-15022002><FONT color=#0000ff face=Arial size=2> </FONT></SPAN></P> <P><SPAN class=150541821-15022002> </SPAN><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Jay Wright [mailto:jwright@xxxxxxxx]<BR><B>Sent:</B> Friday, February 15, 2002 4:18 PM<BR><B>To:</B> 'javascript@xxxxxxxxxx'<BR><B>Subject:</B> RE: [Javascript] dynamic anchor tags, javascript, and JSP<BR><BR></P></FONT> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV><FONT color=#0000ff face=Arial size=2></FONT> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=293201721-15022002>Yes, now we come to my problem. This is what I do, and it works the first time, but the second time, the opener does not refresh. </SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2></FONT> </DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML> ------_=_NextPart_001_01C1B66D.CC22AE80--
- Prev by Date: [Javascript] dynamic anchor tags, javascript, and JSP
- Next by Date: [Javascript] HTML Editor Survey Results
- Previous by thread: [Javascript] dynamic anchor tags, javascript, and JSP
- Next by thread: [Javascript] dynamic anchor tags, javascript, and JSP
- Index(es):