Einzelnen Beitrag anzeigen
Alt 02.06.2005, 11:55   #1
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Ich würd mal probieren in der Seite die du ins IFRAME lädst eine Variable zu definieren:
<html>
<head>
<script language="JavaScript">
var loaded=false;
</script>
</head>
<body onload="loaded=true">
INHALT
</body>
</html>

und das dann von der anderen Seite abzufragen: alert(self.iframeessenztab.loaded);

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten