darn, now frames for the one page creates a problem for someone trying to get out of them. I have a menu of links at the top, the rest of the program doesn't use frames, just the one particular page. Once I get someone to see the information that has been framed, if they click a link, it takes them with that frame to the new page but leaves the old frame. The links are based off of something like:
$blockHeader->itemNavigation($blockHeader->buildLink("../users/edituser.php?","Add Person",in)); where a session id is tacked on after the ? and the Add Person is the menu text. I dont have a way to add something like TARGET="_top" to break out of a frame.. any ideas? (still new to php so maybe there is)