I am trying to use PHP to redirect a user to a different page. I would just use the header("Location: ..."); but I am trying to redirect only one frame of my frameset. Any hints?
Thanks,
Tony
Add the header() call to the page inside that frame, use a META tag inside that page, or use Javascript.