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 (Filipiak, Bob (Contractor))
  • Subject: [Javascript] dynamic anchor tags, javascript, and JSP
  • Date: Fri, 15 Feb 2002 16:24:53 -0500

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_01C1B667.3576F640
Content-Type: text/plain;
	charset="iso-8859-1"

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_01C1B667.3576F640
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 6.00.2713.1100" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=150541821-15022002><FONT face=Arial color=#0000ff size=2>Then 
try &lt;body onload="opener.location.href='/some/page?ANCHOR=<SPAN 
class=806490521-15022002>#....</SPAN>';self.close();"&gt; 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 face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<P><B><FONT face=Arial color=#0000ff size=2>Bob Filipiak</FONT></B> <BR><B><FONT 
face=Arial color=#0000ff size=2>(Contractor)</FONT></B>&nbsp;<SPAN 
class=150541821-15022002><FONT face=Arial color=#0000ff 
size=2>&nbsp;</FONT></SPAN></P>
<P><SPAN class=150541821-15022002>&nbsp;</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 face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff 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><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C1B667.3576F640--