Salve a tutti, ho un problema ad accedere ad un Iframe all'interno della pagina, ecco il codice:

codice:
<html>
<head>
</head>
<body>

<iframe id="frameMeteo" src="http://www.meteowebcam.org/forecast_day_exp.php?localita=Milano"
width="570" height="415" scrolling="no" frameborder="0" vspace="0" hspace="0"
marginwidth="0" marginheight="0"></iframe>

<script type="text/javascript">

IframeOBJ = document.getElementById("frameMeteo").contentDocument;

</script>

</body>
</html>
Fatto questo però, non riesco in nessun modo a ricavare quello che c'è dentro all'oggetto "IframeOBJ" ! Sapete forsi dirmi come mai ?

E' forse dovuto al fatto che si tratta di una pagina esterna al mio sito o raba del genere ?

Grazie mille in anticipo !