| Author |
how to close child window
|
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
i have a parent asp page.on clicking a button on that page a popup window comes out.that popup window is refreshed every second.and at a particular point i want the popup window to be closed and the parent window to appear. i am using self.close()in popup window. it is not functioning
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
if the child windoe you can use window.close() in the parent you can use it by WindowObjectName.close();
|
 |
 |
|
|
subject: how to close child window
|
|
|