|
|
|
|
![]() ![]() |
Feb 21 2006, 01:32 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 436 Joined: 21-January 05 From: Koronadal City, Philippines Member No.: 3,358 |
This is another refresh problem question. The project I'm doing uses tons of frames (I know, some of you will probably advise me not to use frames) and I'm having problems with refreshing the target frames. The problem is, I have a main page (main.html) that is a popup (so that I don't see the address bar and the other toolbar bits in my browser) and there are links in that page that when clicked also pops up a page. What I don't know is how to refresh the main page using a link in the other popup page.
I've tried using this but this only works for frames so I'm really lost here. Anyone out there knows? CODE parent.frme_itemTable.location.reload(); ![]() |
|
|
|
Mar 15 2006, 04:06 PM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 130 Joined: 21-December 05 Member No.: 15,990 |
QUOTE This is another refresh problem question. The project I'm doing uses tons of frames (I know, some of you will probably advise me not to use frames) and I'm having problems with refreshing the target frames. The problem is, I have a main page (main.html) that is a popup (so that I don't see the address bar and the other toolbar bits in my browser) and there are links in that page that when clicked also pops up a page. What I don't know is how to refresh the main page using a link in the other popup page. I've tried using this but this only works for frames so I'm really lost here. Anyone out there knows? parent.frme_itemTable.location.reload(); maybe this code work: CODE opener.frme_itemTable.location.reload(); //or opener.frme_itemTable.location="Your URL"; please check it on your project! |
|
|
|
Mar 15 2006, 11:46 PM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 282 Joined: 1-September 05 From: Wanatos Member No.: 11,382 |
I believe that it also works (if the window opened as a pop up) if you add to the link the target attribute and point it to "_parent". It is not strict xhtml though...
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th September 2008 - 05:11 PM |