"Martin Honnen" <mahotrash@yaho o.de> wrote in message
news:410683eb@o laf.komtel.net. ..[color=blue]
>
>
> John Smith wrote:
>[color=green]
> > How do I ensure that a frameset is topmost in the window (and not inside
> > another frame)?[/color]
>
> if (window != top) {
> top.location.hr ef = window.location .href;
> }[/color]
Thanks Martin, that worked. I placed it on the onload attribute of the
frameset.
"Grant Wagner" <gwagner@agrico reunited.com> wrote in message
news:4106884C.9 F721698@agricor eunited.com...[color=blue]
> John Smith wrote:
>[color=green]
> > How do I ensure that a frameset is topmost in the window (and not inside
> > another frame)?
> >
> > Thanks?[/color]
>
> <url: http://www.google.com/search?q=javas...+out+of+frames />
>
> Pick one that appeals to you.[/color]
Thanks. "Break out" is not a term I thought to search on. :)
Comment