Hi,
Thanks for the reply, actually I got it to work by doing the following:
<body topmargin=120 background="Graphics/background.gif" bgcolor="#333399" text="#000000" alink="#FF0000" vlink="#000000" link="#FF0000" onload="init()">
<SCRIPT TYPE="text/javascript">
function init()
{
parent.left.document.apop.changeItem('1','Home','' ,'_');
parent.left.document.apop.changeItem('2','Staff',' ','body');
parent.left.document.apop.changeItem('3','Hours',' ','body');
parent.left.document.apop.changeItem('4','History' ,'','body');
parent.left.document.apop.changeItem('5','Lunches' ,'','body');
parent.left.document.apop.changeItem('6','Pictures ','','body');
parent.left.document.apop.changeItem('7','News Letters','','body');
parent.left.document.apop.changeItem('8','Funding' ,'','body');
parent.left.document.apop.changeItem('9_1','August Editorial','','_');
parent.left.document.apop.changeItem('10','The Board','','body');
parent.left.document.apop.changeItem('11','Our Mission','','body');
}
//-->
</SCRIPT>
This way I can control all of the menu's at one time. Thanks for the help...
Rick
|