ÿþ<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Unbenanntes Dokument</title> <script language="JavaScript"> <!-- function passwort() { location.href=document.formularname.dateiname.value+".html" } //--> </script> <style type="text/css"> <!-- body { background-color: "images/Daten_Hintergrund.jpg"; } .Stil1 { color: #FF0000; font-family: Arial, Helvetica, sans-serif; } .Stil2 { color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; } .Stil3 {color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } --> </style> </head> <body> <br> <table width="100%" border="3" align="center"> <tr> <td height="245" align="center" valign="top"><p class="Stil2">Sorry, nur f&uuml;r Mitglieder</p> <p align="center" class="Stil3">Passwortabfrage</p> <form name="formularname" onSubmit="false;"> <table width="400" border="0"> <tr> <td><input type="PASSWORD" name="dateiname" size="25" maxlenght="25"></td> <td><input name="button" type="button" onClick="passwort()" value="LogIn"></td> </tr> </table> </form> </td> </tr> </table> </body> </html>