Linking to two pages?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I´s it possible to link two new pages on one mouse click. I would like to
have a new page i my left frame (menu) and main frame.

Henrik
 
<a
href="javascript:window.frames[0].location='somepage.html';window.frames[1].location='someotherpage.html';">
Your Link text</a>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 
Yes; but you'd need to make a new "frameset" with a left and Main frame.
Link from one page to the new "frames" page, which will load the content of
the left and main frame.

Normally with frames, you click a link and a page loads within another frame
(or the same one, depending on what you have it set up to do).

In this case you can link to a whole separate frameset page, and have a
different (two) pages load in their respective frames.
 
Back
Top