Problem: Dieser Fehler tritt auf:
"document.abcd ist 0 oder kein Object"
der teil ganz unten ist der wichtige!
|
|
|
\/
<html><head>
<title>Größenänderung überwachen</title>
<script type="text/javascript">
<!--
function Fensterweite()
{
if (window.innerWidth) return window.innerWidth;
else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
else return 0;
}
function Fensterhoehe()
{
if (window.innerHeight) return window.innerHeight;
else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
else return 0;
}
function neuAufbau()
{
if (Weite != Fensterweite() || Hoehe != Fensterhoehe())
window.history.go(0);
}
/*Überwachung von Netscape initialisieren*/
if(!window.Weite && window.innerWidth)
{
window.onresize = neuAufbau;
Write()
Weite = Fensterweite();
Hoehe = Fensterhoehe();
}
//-->
</script>
</head>
<body>
<p>
<script type="text/javascript">
<!--
/*Überwachung von MS Internet Explorer initialisieren*/
if(!window.Weite && document.body && document.body.offsetWidth)
{
window.onresize = neuAufbau;
Weite = Fensterweite();
Hoehe = Fensterhoehe();
Write();
}
function Write()
{
document.write("Weite: "+Weite +" Höhe: "+Hoehe);
document.abcd.width="400"
}
</script>
</p>
<p><img src="thps3log.gif" width="301" height="230" name="abcd"> </p>
</body></html>
"document.abcd ist 0 oder kein Object"
der teil ganz unten ist der wichtige!
|
|
|
\/
<html><head>
<title>Größenänderung überwachen</title>
<script type="text/javascript">
<!--
function Fensterweite()
{
if (window.innerWidth) return window.innerWidth;
else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
else return 0;
}
function Fensterhoehe()
{
if (window.innerHeight) return window.innerHeight;
else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
else return 0;
}
function neuAufbau()
{
if (Weite != Fensterweite() || Hoehe != Fensterhoehe())
window.history.go(0);
}
/*Überwachung von Netscape initialisieren*/
if(!window.Weite && window.innerWidth)
{
window.onresize = neuAufbau;
Write()
Weite = Fensterweite();
Hoehe = Fensterhoehe();
}
//-->
</script>
</head>
<body>
<p>
<script type="text/javascript">
<!--
/*Überwachung von MS Internet Explorer initialisieren*/
if(!window.Weite && document.body && document.body.offsetWidth)
{
window.onresize = neuAufbau;
Weite = Fensterweite();
Hoehe = Fensterhoehe();
Write();
}
function Write()
{
document.write("Weite: "+Weite +" Höhe: "+Hoehe);
document.abcd.width="400"
}
</script>
</p>
<p><img src="thps3log.gif" width="301" height="230" name="abcd"> </p>
</body></html>
Zuletzt bearbeitet: