[thelist] 5 frame change, one mouse click and N4.7

Russell Griechen russgri at bellsouth.net
Thu Mar 28 08:18:01 CST 2002


Kristina Floyd wrote:
>    Which leads me to another problem (one of many in fact) - I need to
>    be able to change 5 frames with one mouse click (yes you did read
>    correctly 5!!)
Try this...
 <a href="javascript:onClick=parent.frames[02].location='02toc.html';
parent.frames[3].location='aahow/03title.html';
parent.frames[4].location='aahow/04nav.html';
parent.frames[9].location='aahow/09.html';
parent.frames[10].location='aahow/09.html';
parent.frames[13].location='aahow/13.html';">Navigation FAQ</a>
<!-- These frames numbers are the heirarchial numbers starting with 0
but you can use your frames names also -->
<!-- frame 02 is the frame that your link occupies This is critical -->
<!--  frames 3, 4, 9, 10, 13 are the frames you want to change-->
<!-- This does not require a function  -->




More information about the thelist mailing list