Il codice html del tuo iframe è questo:
Codice HTML:
<IFRAME name = "iframe"
id="iframe"
src = "/luoghifilm.html"
width ="674"
height="4000"
onload="DYNIFS.resize('iframe')"
scrolling="no"
target="contenuti"
frameborder = "0"
marginwidth = "0"
marginheight = "0">
Il tuo browser non supporta gli iframe.</IFRAME>
Prova a sostituirlo con questo:
Codice HTML:
<IFRAME name="iframe"
id="iframe"
src = "/luoghifilm.html"
width ="674"
height="4000"
scrolling="no"
target="_self"
frameborder = "0"
marginwidth = "0"
marginheight = "0">
Il tuo browser non supporta gli iframe.</IFRAME>
Poi non so perché hai messo scrolling="no" dato che la pagina dovrebbe scorrere perché è lunga.
foreach