|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
reloading parents
i have some javascript that autorefreshes the caller page from a popup no porblem.
script language="javascript" { window.opener.location.reload(true); } /script however the caller page is in a farmeset with another page, i need the whole frameset (both pages) to refresh!! is this possible, and if so how??? |
|
|
|
|
|
#2 |
|
Member (10 bit)
|
OK off the top of me head:
window.opener.parent.location.reload(true); |
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
spot on, cheers
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|