|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to find a way to target the initial window browser from the popup window browser, So I could go back to initial window with opening a new site.
The problem is that I can not assign window name is that window is initially opened window. Is there any javascript call function that redirects me to the initial window? |
|
#2
|
|||
|
|||
|
from the new window use the js - window.opener. Ite refers to the window that opened the current window.
ie window.opener.location = "" |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > Targeting Initial window from popup in javascript1.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|