Trotz iFrame läd sich im IE die ganze Seite neu??!?

M

MaigoSchaeffer

Hallo zusammen,

habe folgendes Problem: ich benutze in einer Seite einen iFrame,
dessen Inhalt alle drei Sekunden neu geladen werden soll, da es sich
um eine laufende Kurve handelt. Das funktioniert auch prächtig mit
Firefox, aber NICHT mit IE 5/6 oder 7...

Hat jemand eine Idee was ich da anstellen muss???

Hier mein Code für den iFrame:

<iframe id="iframe" src="Redraw.aspx" width="1200" height="700"
onload="javascript:window.setTimeout('document.location.reload()',
3000)" style="z-index: 102; left: 16px; position: absolute; top:
184px"></iframe>
 
G

Guest

Hallo zusammen,

habe folgendes Problem: ich benutze in einer Seite einen iFrame,
dessen Inhalt alle drei Sekunden neu geladen werden soll, da es sich
um eine laufende Kurve handelt. Das funktioniert auch prächtig mit
Firefox, aber NICHT mit IE 5/6 oder 7...

Hat jemand eine Idee was ich da anstellen muss???

Hier mein Code für den iFrame:

<iframe id="iframe" src="Redraw.aspx" width="1200" height="700"
onload="javascript:window.setTimeout('document.location.reload()',
3000)" style="z-index: 102; left: 16px; position: absolute; top:
184px"></iframe>

Das ist eine englischsprachige Gruppe also du musst auf Englisch hier
schreiben :)

I would try to change the script using

onload="javascript:window.setTimeout('document.getElementById(\'iframe
\').src=document.getElementById(\'iframe\').src', 3000)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,990
Messages
2,570,211
Members
46,796
Latest member
SteveBreed

Latest Threads

Top