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:07:48 -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_01C1B664.D2137580
Content-Type: text/plain;
	charset="iso-8859-1"

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_01C1B664.D2137580
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=806490521-15022002><FONT face=Arial color=#0000ff size=2>Try 
</FONT>
<P><FONT face=Arial color=#0000ff 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 face=Arial color=#0000ff 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 face=Arial color=#0000ff size=2>Bob Filipiak</FONT></B> <BR><B><FONT 
face=Arial color=#0000ff size=2>(Contractor)</FONT></B> <BR></P></BODY></HTML>

------_=_NextPart_001_01C1B664.D2137580--