Hallo Lude,
eventuell über den Versuch ein online verfügbares Bild zu laden:
<html>
<head>
<script type="text/javascript">
function OK(t) { alert('ok, bin online '+t); }
function NOF(t) { alert('nicht da, bin nicht online '+t); }
</script>
</head>
<body>
<img src="http://www.purpurhain.de/icon.gif" onload="OK(this.src);" onerror="NOF(this.src)" alt="" height=1 width=1>
</body>
</html>
Viele Grüße Günter