Sabine: location.hostname

Beitrag lesen

Hallo,

die HTML-Seite unten hab ich auf meinem Desktop ausgeführt. Warum wird den für host nichts angezeigt?

<html>
  <head>
    <script type="text/javascript">
      alert("Host = " + window.location.hostname);
    </script>
  </head>
</html>