Framesets in 2 Languages

E

Ed O'Brien

I have just completed a website for a client which uses a doorway page
entering to a 'contents' frame. Once within the frameset you can't navigate
back to the doorway page except via your browser's back button. This is not
really a problem as the doorway page is merely an introduction.

My problem is, my client wants to provide the site in a second language
(French). A link on the doorway page to a different (French) frameset is the
simple answer at that point. The difficulty is, if someone wants to navigate
back to English, say, having clicked the French link. Any link within the
frameset will not work as the new frameset merely opens inside the old. Even
trying to navigate back to the doorway page will not work as it simply opens
inside the frame.

Does anyone know a simple way to exit the default frameset so it can be
replaced with the French version?

TIA

Ed
 
E

Ed O'Brien

Thanks for that.

I get the same result with target="_blank". I was hoping to avoid the need
for a new window. Guess we can't always have what we want!

Best wishes,

Ed
 
R

Ronx

Use target="_top", not target="_TOP"
_top will always use the same browser window, and overwrite any frames
that may be lurking there. _blank will always open a new window or tab
(if the browser is set to open new windows as tabs).
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

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

Top