How do I get the parent frameset page to clear and load the goodbye page when a user clicks log out on one of the frames?
target="_parent" in the link.
There are some caveats though, like it won't work on certain nested framesets and stuff.
Ah! So parent has an '' before it. Does this also apply in javascript? IE window.self.location = "url" move the current frame to url window.parent.location = "url" move the parent.