Link in a frame page in full browser window

  • Thread starter Thread starter =?iso-8859-1?q?Ren=E9_Beltman?=
  • Start date Start date
?

=?iso-8859-1?q?Ren=E9_Beltman?=

Dear reader,

I have a page in a frameset. The bottom page contains a button. When
pressed I want that my browser load a new page in the whole
browserscreen.
I don't want to have a popup or something, the page has to load over
the frameset.
Does anyone has an idea?

Greetings,

René Beltman
 
target="_main"
Dear reader,

I have a page in a frameset. The bottom page contains a button. When
pressed I want that my browser load a new page in the whole
browserscreen.
I don't want to have a popup or something, the page has to load over
the frameset.
Does anyone has an idea?

Greetings,

René Beltman
 
Hello,

Thank you for your trying, but this does not realy work. I tried it with a
anchor tag.

<a href="afile.htm" target="_main">Just some text</a>, but this loads in the
same frame, and not in the full browser.

Does anyone has more idea's? Thanks in advantage.

Greetings,

René Beltman
 
René said:
Dear reader,

I have a page in a frameset. The bottom page contains a button. When
pressed I want that my browser load a new page in the whole
browserscreen.
I don't want to have a popup or something, the page has to load over
the frameset.
Does anyone has an idea?

Greetings,

René Beltman


Try:

TARGET = "_top"
 
Back
Top