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)
|