Lasst euch von der Werbung nicht stören!
robske Büba

TEST

function checkServerStatus() { setServerStatus("unknown"); var img = document.body.appendChild(document.createElement("img")); img.onload = function() { setServerStatus("online"); }; img.onerror = function() { setServerStatus("offline"); }; img.src = "http://myserver.com/ping.gif"; }
Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden