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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top