|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i have a page existing of 2 frames: 1 navigation frame and 1 content frame. in the navigation there's a link which opens a popup window. so far ok. in this popup, there's a button or link which should close the popup AND load a certain page into the content frame. how can i do this? i can make it work in explorer but not in netscape :-(
please help! |
|
#2
|
|||
|
|||
|
<a href="javascript:void(0)" onClick="opener.parent.frameName.location.href='blah.html';close()">blah</a> should work.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > close popup + load page in frame |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|