|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi,
I have a window that popup another window, in that popup window I grab two var email and info and call back my self"popup window" to do some process, after that is done I will like to close the popup and send a new url to the parent window, how can I do that? Thank You. Dante |
|
#2
|
||||
|
||||
|
To close a window: self.close()
To redirect a browser: windowName.document.location.href='http://foo.com' You will of course need to redirect the parent window before closing the child. For future reference, here's the link to the official Javascript manual: http://devedge.netscape.com/library...ript/1.5/guide/ |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > parent window and popup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|