Re: reload existing window from another window
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: reload existing window from another window

From: Tom Duffy <tduffy50@yahoo.com>
Date: Wed Jun 15 2005 - 22:43:20 CEST

Carramba wrote:
> hi!
>
> I have logg in page, after clicking loggin the pop up window apiears
> and if user loggins it closes,
> I want to reload from were page were user have clicked to logg in, how
> do I do it?
>
try this from the log in window:

opener.history.go(-1)

HTH,

TD
Received on Mon Oct 24 02:12:43 2005