Lude: online oder offline ?

Beitrag lesen

<html>
<head>
<script type="text/javascript">
function OK()
 {
 alert('Ja, Du bist online!');
 window.close();
 }
function NOF()
 {
 alert('Nein, bist Du nicht!');
 window.close();
 }
</script>
</head>
<body>
<a href=""></a>
<img
 src="http://www.purpurhain.de/icon.gif"
 onload="OK(this.src);"
 onerror="NOF(this.src)"
 alt=""
 height=1
 width=1

</body>
</html>

Hi,

müsste gehen.

Gruss,
Lude

PS: Danke auch an Mr PurpurHain