Try the following Javascript:

window.opener.location.reload()
window.close()

or

window.opener.location.reload(true)
window.close()

The reload() method takes a boolean argument.  A true value always
forces a reload (refresh) of the page regardless of the cache and
last-modified time value of the document.

-- David


-----Original Message-----
From: Mauro Enrique Luna Avelar [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 3:45 PM
To: [EMAIL PROTECTED]
Subject: JS Frames and Windows


Hello guys,

anyone with information about referencing frames between different
navigator windows ?

i'm trying to do this...

in main window, i show users registered by CF Query, a user can clic on
id
and open a window for control access. after i check for identity, open a
new window with the user profile, so he/she can modify whatever
information
i display.  after modifications, i'm trying to close the pop up window
and
refresh the main window, but i have some troubles for controlling main
window from pop up window.

if anyone have an idea... please help...


thanks in advance


---------------------------------------------------------
. . . . . . . . . . . . . . . . . . . . . . . . .

Mauro Enrique Luna Avelar
Supervisor Grupo Web

Planta Nuclear Laguna Verde
Veracruz MEXICO
Internet: [EMAIL PROTECTED]
Intranet: [EMAIL PROTECTED]

------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to