Salve.

Io ho un codice di questo tipo riguardante un iframe :

Codice PHP:
><iframe src="miosito" width="100" height="100" marginwidth="0" marginheight="0"/> 
Ora avrei bisogno di richiamare questo elemento tramite javascritp. se avesse un id potrei fare semplicemente così :

Codice PHP:
document.getElementById("frameid"
Ma non avendo un id si può fare in qualche altro modo?