Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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 13:17:56 -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_01C1B666.3C8C9490
Content-Type: text/plain;
	charset="iso-8859-1"

 
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.  
 

-----Original Message-----
From: Filipiak, Bob (Contractor) [mailto:filipiab@xxxxxxxxxxxxx]
Sent: Friday, February 15, 2002 1:08 PM
To: 'javascript@xxxxxxxxxx'
Subject: RE: [Javascript] dynamic anchor tags, javascript, and JSP


Try 

<body onload="opener.location.href='/some/page#....';self.close();">

Or you could set a var in the opener page the you could update from the
popup before closing.

 

Bob Filipiak 
(Contractor) 



------_=_NextPart_001_01C1B666.3C8C9490
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>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=293201721-15022002>Yes, 
now we come to my problem.&nbsp; This is what I do, and it works the first time, 
but the second time, the opener does not refresh.&nbsp; </SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
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:08 
  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=806490521-15022002><FONT color=#0000ff face=Arial size=2>Try 
  </FONT>
  <P><FONT color=#0000ff face=Arial size=2>&lt;body 
  onload="opener.location.href='/some/page<SPAN 
  class=806490521-15022002>#....</SPAN>';self.close();"&gt;</FONT></P>
  <P><SPAN class=806490521-15022002><FONT color=#0000ff face=Arial size=2>Or you 
  could set a var in the opener page the you could update from the popup before 
  closing.</FONT></SPAN></P></SPAN></DIV>
  <DIV>&nbsp;</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> 
<BR></P></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C1B666.3C8C9490--