View Full Version : target="_top" in chromeless loses title bar


Jibaku Shoujo
03-17-2003, 03:09 AM
I have my page in a chromeless window. Most of the pages do not use frames, but one of them does. The upper frame links back to the first page in the chromeless window. I used the target="_top" attribute to break back out of the frame, but in the chromeless window the title bar disappears when I use that.

How can I link to other pages without losing the title bar? Since the other pages are not in frames, I can't simply target other frames.

epolady
03-17-2003, 09:04 AM
Have you tried target="_parent"?

Jibaku Shoujo
03-17-2003, 09:25 AM
I love you! n.n Thanx. Heh. Everyone else gave me complicated instructions that led nowhere. Figures it was just a target attribute I'd never used before. =P