Click to See Complete Forum and Search --> : help with frames


mhanraha
11-20-2008, 11:16 PM
So I have a page that essentially just has a single internal frame on it (Page A). I need to get it so when I open Page A, it opens in another Page B. If I were to open Page A, Page B would show up in a frame on Page B. I'm supposed to be able to do this by adding something to the head of page A? Any help would be appreciated. Thanks
Mark

msparks
11-20-2008, 11:29 PM
So, when you click on a link in Page A (in the frame), Page B loads in that frame? You're wanting Page B to open in it's own window? For the link do this...

<a href="PageB.html" target="_top">Page B</a>

Does that help?