Salve.
Io ho un codice di questo tipo riguardante un iframe :
Ora avrei bisogno di richiamare questo elemento tramite javascritp. se avesse un id potrei fare semplicemente così :Codice PHP:
><iframe src="miosito" width="100" height="100" marginwidth="0" marginheight="0"/>
Ma non avendo un id si può fare in qualche altro modo?Codice PHP:
document.getElementById("frameid")