框架分布:
<frameset id="mainframe">
<frame name="dep_top" src="top.aspx" scrolling="no" width="100%" noresize>
<frameset id="mainframe1" cols="15%,1%,*">
<frame name="left" src="left.aspx" scrolling="no" width="15%" noresize>
<frame name="middle" src="middle.aspx" scrolling="no" width="1%" noresize>
<frame name="right" src="right.aspx" scrolling="auto" width="84%" noresize>
</frameset>
</frameset>我现在再right.aspx页面中,我再top.aspx中有一个OCX控件pptsock,在top.aspx中我通过JS用document.Form1.pptsock获得了此对象,那么我在right.aspx中可以怎么获得该对象????