Hallo!
Ich möchte einen iframe aktualisieren:
<a href="javascript:iframe_name.location.reload()">aktualisieren</a>
will aber nicht?? Warum denn nicht?
Der iframe ist ganz normal definiert (hoffe ich doch)
<iframe src="news.txt" width="100%" height="450" name="blablub">
</iframe>
Auch:
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
in dem iframe ladendem Fenster will nicht.
Jemand nen Tipp?
Jochen