How do I interact with a menuitem in one frame to display a dashboard in another frame?
<html>
<head>
<frameset scrolling="no" framespacing="0" marginwidth="0" marginheight="0" border="0" frameborder="0" rows="98,*">
<frame scrolling="no" noresize="" marginwidth="0" marginheight="0" src="menu.jsp" name="menu">
<script language="JavaScript">
<script type="text/javascript" src="menu7_com.js" language="JavaScript">
<div style="position: absolute; display: block; background-color: black; width: 1080px; height: 18px; z-index: 1101; top: 72px; left: 10px;">
<div style="position: absolute; overflow: hidden; cursor: default; color: rgb(0, 0, 0); font-family: Arial;font-size: 9pt; font-weight: bold; font-style: normal; background-color: rgb(224, 224, 224); text-align:left; width: 110px; height: 16px; padding-left: 10px; padding-top: 2px; left: 0px; top: 0px;">
<div style="position: absolute; overflow: hidden; cursor: default; color: rgb(0, 0, 0); font-family: Arial; font-size: 9pt; font-weight: bold; font-style: normal; background-color: rgb(224, 224, 224); text-align: left; width: 110px; height: 16px; padding-left: 10px; padding-top: 2px; left: 120px; top: 0px;">
</div>
<frame scrolling="auto" style="scrollbar-base-color:blue;" noresize="" marginwidth="0" marginheight="0" src="Dashboard.do?action=DashBoard" name="display">
<div style="position: absolute; overflow: hidden; cursor: default; color: rgb(0, 0, 0); font-family: Arial; font-size: 9pt; font-weight: bold; font-style: normal; background-color: rgb(224, 224, 224); text-align:left; width: 110px; height: 16px; padding-left: 10px; padding-top: 2px; left: 120px; top: 0px;">
</div>
</frameset>
</html>