Click to See Complete Forum and Search --> : Nested Frames


ss1289
07-28-2008, 09:21 AM
I have a web page, example.php, with 2 frames in it. Within frame 1 I have the file test.php and a link to go to test2.php file, which it does whenever you click on it while frame 2 goes unchanged. So now in frame 1 with test2.php I have a link that goes back to example.php and when this is clicked, it displays a new frame 1 and 2 nested within the orginal frame 1. So now I have two frame 2s and a frame 1.

I want it to totally reload both frames whenever I go back to example.php, like I had orginally visited example.php. Now I know one solution is to change the link in test2.php to test.php instead of example.php, but I need to go back to example.php becuase it handles certain display features that are needed.

Right now I have target="_top" for the link that goes back to example.php and this doesn't seem to work. I need some advice.

I hope I'm clear on my problem. Thanks in advance.

ss1289
07-28-2008, 09:51 AM
Nevermind I figured out my problem.