Updating 2 frames w/1 hyperlink
Home Up

 

[../../_private/disc1_ahdr.htm]

Updating 2 frames w/1 hyperlink

From: Wes
Date: 2/11/98
Time: 11:10:40 PM
Remote Name: 192.168.0.2

Comments

<a href="javascript:updateframes()"
OnMouseOver="window.status='Statusbar Message'; return true"
OnMouseOut="window.status=''; return true">

<!--
function updateframes()
{
    parent.frame1.location.href="/page1.htm"
    parent.frame2.location.href="/page2.htm"
}
//-->

[../../_private/disc1_aftr.htm]