automatic redirection to open in new window

T

Tony

I am using the foldout menus which are working fine but I have a problem when
the menu is activating external page. To fix the problem I would like to link
my button to the simple page which will then automatically open this external
page in new window. How I can do it.

Thanks for advice.

Tony
 
S

Steve Easton

To make all links on a page open in a new window, in Page properties click "Default Target Frame"
and set it to "New window.

It will add <base target="_blank"> to the head section of the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Tony

Thank you for your response.

But it is not exactly what I need. I do not want all pages from my right
frame to open in new window. My own pages with the code I can edit should
open in the same frame (window). The problem is with links to external pages
which are not accessible to me. Those pages should open in new window. I am
trying to have it done in the way that menu is opening my redirection page
which will open in right frame and this page should automatically start this
external link. It is something like popup. Do you have solution for what I
want to do ?

Regards,

Tony
 
S

Steve Easton

Have you tried setting the individual links to open in a new window??

Hyperlink properties,> Target Frame > New Window.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
T

Tony

Hi Steve,

Initial link is stored inside the script for the menus. There is no way to
put the destination switch inside this script without modifying it which can
be rather time consuming process. In the body tag of the right frame pages it
requires adding the names of the child frame. I can not do this for the
external pages. That is why I am looking for the redirection as the easiest
solution. In the menu I will point to this my page which will in turn open
external page. Doing that my menu will work and external page will be
displayed. I could not find the js menu which will work with frames and will
allow linking to external pages to be displayed in the right frame.

Thanks for your help.

Tony
 

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