Hallo Knut!
An der Stelle wo das bild hinkommen soll:
<script language="JavaScript">
function bild(){
var x, y;
if (document.layers){
x = self.innerWidth;
y = self.innerHeight;
}
else {
x = document.body.clientWidth;
y = document.body.clientHeight;
}
breite = x;
hoehe = y;
document.write("<img src="bilg.gif" width="+breite+" height="+hoehe+">");
}
bild();
</script>
Grüße
Thomas