main.html
<div id="iframe_div">
<iframe id="my_iframe" src="" width="500" height="500"></iframe>
</div>
submenu.html
<li>
<a href="addCricketMatch.php" onclick="javascript:document.getElementById('my_iframe').src='addCricketMatch.php'" id="menuItem1">Add Cricket Match(s)</a>
eg:
<div id="iframe_div">
<iframe src="" width="500" height="500"></iframe>
</div>