M
MaigoSchaeffer
Hello together,
I have the following problem: I use a iFrame in a aspx-site whose
contents should be reloaded all three seconds, because it concerns a
running curve. This also functions admirably with Firefox, but NOT
with IE 5/6 or 7...
Any ideas?
Here is the code of my 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>
I have the following problem: I use a iFrame in a aspx-site whose
contents should be reloaded all three seconds, because it concerns a
running curve. This also functions admirably with Firefox, but NOT
with IE 5/6 or 7...
Any ideas?
Here is the code of my 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>