有五个页面 1.html  2.html   3.html  4.html  5.html  1.html 页面中含有两框架如下:
<body>
<h1>11111</h1>
<div>
<iframe name="leftframe" id="main11" src="4.html"></iframe>
</div>
<div>
<iframe name="mainframe" id="main22" src="5.html"></iframe>
</div>
</body>1.html页面中leftframe框架中1.html有一连接如下:<a href="1.html?it=2&id=3">超链接</a>点击该超链接实现 1.html中leftframe框架中显示2.html   mainframe框架中显示 3.html