Ho un file pagina2.php cosi fatta

codice:
<FRAMESET ROWS="10%,20%,70%">
  <FRAME NAME="intestazione" SRC="intestazione.php"  TITLE="intestazione">
  <FRAME NAME="ricerca" SRC="intesta.php" TITLE="ricerca">
  <FRAME NAME="risultati" SRC="ricerca.php" TITLE="risultati">
</FRAMESET><noframes></noframes>
in intesta.php vorrei fare riferimento ad una tabella in ricerca.php tramite una notazione del tipo document.getElementByID("...")

Si può fare ?

grazie