Lösung 11  

Eine Meldung


<script language="JavaScript">
<!--
  function meldung(text) {
    bref=window.location.href.toLowerCase();
    bref=bref.substring(0, bref.indexOf("loes11"));
    win=window.open("", "meldung", "width=300,height=150");
    win.document.open("text/html");
    win.document.write("<base href=\""+bref+"\">");
    win.document.write("<head><title>Meldung</title></head>");
    win.document.write("<body><center>");
    win.document.write("<img src=\"exclam.gif\" width=23 height=34><br>");
    win.document.write(text.fontsize("+2"));
    win.document.write("<form><input type=button value=\"OK\"" +
      " onClick=self.close()>");
    win.document.write("</center></body>");
    win.document.close();
    if(win.focus != null)win.focus();
  }
//-->
</script>
</head>

[zurück]

home
Erstellt von © Uwe Brinkmann - bingo e.V. - Stand 23.03.97