Is it possible to open two frames with one URL?

  • Thread starter The Natural Philosopher
  • Start date
T

The Natural Philosopher

...consider a framed set of windows. Menu items replace the content frame
preserving the menu frame. Easy peasy.

One menu item would ideally replace the content frame AND the menu frame
as well, to allow access to a new set of menus,.

Can you have a URL with two targets? or is it down to a javascript
onclick() handler to replace two windows using a hand crafted function?
 
R

rf

The Natural Philosopher said:
..consider a framed set of windows. Menu items replace the content frame
preserving the menu frame. Easy peasy.

One menu item would ideally replace the content frame AND the menu frame
as well, to allow access to a new set of menus,.

Can you have a URL with two targets?

No, but a URL can point to an entirely new frameset, target="top",
specifying a new "menu" and a new "content".
or is it down to a javascript onclick() handler to replace two windows
using a hand crafted function?

Not a javascript problem.
 
T

The Natural Philosopher

rf said:
No, but a URL can point to an entirely new frameset, target="top",
specifying a new "menu" and a new "content".

Ah..I hadn't thought of that..
Not a javascript problem.
No,. but a javascript solution..one could do two window.opens in a function?
 

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

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,127
Latest member
CyberDefense
Top