如:
aa.jsp里有
<input type="text" name="to" id="to".....>
<iframe id="aa" src="bb.jsp".......>  bb.jsp里有
  <iframe id="bb" src="cc.jsp".......>
 
    如何才能在cc.jsp用js取得aa.jsp里id="to"元素?????????????????????