ÿþ<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv"> <head> <title>StrategIT</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style> * { font-family: arial; } td { font-size: 9pt; } </style> <script language="JavaScript"><!-- function enableSubmit(theForm){ theForm.submit.disabled = (theForm.username.value=="" || theForm.loginpassword.value==""); } //--></script> </head> <body> <form action="http://www.strategit.se/mod_perl/admin_main.pl" method="post" target="zonen"> <table> <tr> <td>Användarnamn</td> <td>:</td> <td><input type="text" name="username" maxlength="18" style="font-size: 9pt" onkeyup="enableSubmit(this.form)" /></td> </tr><tr> <td>Lösenord</td> <td>:</td> <td><input type="password" name="loginpassword" maxlength="12" style="font-size: 9pt" onkeyup="enableSubmit(this.form)" /></td> </tr><tr> <td colspan="2">&nbsp;</td> <td><input type="submit" name="submit" value="Logga in" disabled="disabled" style="font-size: 9pt" /></td> </tr> </table> </form> </body> </html>