[thelist] Re targeting a specific frame within a frameset

Russell Griechen russgri at bellsouth.net
Sun May 5 11:54:00 CDT 2002


The frames numbers shown are heirarchial numbers with the top being [0]
but you can use frame name also

<A HREF="javascript:onClick=parent.frames[11].location='11links.html';
  parent.frames[1].location='01.html';
  parent.frames[2].location='02.html';
  parent.frames[3].location='03.html';
  parent.frames[4].location='04.html';
  parent.frames[9].location='09banner.html';
  parent.frames[13].location='/13.html';"></A>
Russell Griechen
----- Original Message -----
From: "Rachel Starr" <rachelistarr2 at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, May 02, 2002 10:21 AM
Subject: [thelist] Re targeting a specific frame within a frameset


> [Michael Pemberton wrote:
>
> Try using either server code or JS to create a custom frameset based
on
> a variable being passed.
>
> eg: index.php?page=page123.html
>
> Without knowing more details such as your server's / site's setup, I
> don't what to go into too much detail in case I take too many steps in
> the wrong direction. :)]
>
> I'm looking for JS for this.  Can I have some sort of onClick function
that
> loads the specific url into the frame of the frameset called by the
href?
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>




More information about the thelist mailing list