nag: Simple Funktion funktioniert nicht

Beitrag lesen

Hallo,

probier das mal .)

<html>
  <head>
 <title>url test</title>
<script type="text/javascript">
function url() {
  var Adresse = window.location.href;
  document.write (Adresse);
  }
</script>

</head>

<body onload="url()">

</body>
</html>

mfg NAG

--
signatur