<html><head>
<meta http-equiv=Content-Type content=text/html>
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href='stylemain.css' type='text/css'>
<title>D-Link ADSL Router</title>


<script language="javascript">
<!--
var ModemVer='DSL-2740B';
var FirmwareVer='2.51';
var HardwareVer='C2';

function checkForm(){

	with ( document.forms[0] ){
		temp = password.value;
		if (temp.length < 1){
			alert ("Please input a password");
			return 0;
		}
		else{
			submit();
		}
	}
}


function stEnter(evt){
   var keynum
   if(window.event) // IE
      keynum = evt.keyCode
   else if(evt.which) // Netscape/Firefox/Opera
      keynum = evt.which
   if (keynum==13){
       checkForm();
   }
}

// -->
</script>

</head>


<body  onload="javascript:document.frmLogin.password.focus();document.frmLogin.username.value='admin';">
<BLOCKQUOTE>
	<form focus="password" name="frmLogin" method="POST" action="login.cgi" >
<style>
div.overflow
{
	overflow: auto;
	width: 660px;
}
</style>
<DIV align="center" style="display: hidden" id="tblmain">
<TABLE cellSpacing=0 width="800"><TR><TD>
<TABLE id=header_container width="800"><TR>
<script language="javascript">
document.writeln("<TD align=left width=\"200\">Product: " + ModemVer + "</TD>");
document.writeln("<TD align=right width=\"50\"></TD>");
document.writeln("<TD align=right width=\"550\">Firmware Version: " + FirmwareVer + " Hardware Version: " + HardwareVer + "</TD>");
document.writeln("</TR></TABLE>");
</script>

<TABLE cellSpacing=0 width="800"><TR><TD id=masthead_container width="800"><IMG alt="" src="images/img_masthead.gif"></TD></TR></TABLE>
<TABLE cellSpacing=0 summary="" border=0 width="100%" style="background-color:white" height=300>
	<TR>
		<TD align=center >

<DIV id=maincontent style="width:600" align="center">
	<table id=box_header border=0 cellSpacing=0>
		<tr>
			<td class=topheader>
				Login
			</td>										
		</tr>
		<tr>
			<td class=content>
		<p> Log in to the router</p>

		<table class=formarea border="0" cellspacing="0" cellpadding="0" width=100%  align="center">
			<tr>
				<td  class=form_label ><b>User Name&nbsp;:</b></td>
				<td><input type="username" maxlength="16" size="16" name="username" readonly></td>
<!--
				<td><select name="username">
					<option value="admin">admin</option> 
					<option value="support">support</option> 
					</select>
			</td>
-->			
			</tr>
			<tr>

				<td  class=form_label ><b>Password&nbsp;&nbsp;&nbsp;:</b></td>
				<td><input type="password" maxlength="16" size="16"  id="password" name="password" onkeypress=" return stEnter(event)"> 
				<input type="button" value="Log In" onclick="checkForm()"></td>
			</tr>
		</table>
			</td>
		</tr>
	</table>

</DIV>
</TD>
</TR></TABLE>
<TABLE id=footer_container cellSpacing=0 border=0><TR><TD id=leftimage>
<IMG height=35 alt="" src="images/img_bottom.gif" width=114></TD>
<TD>&nbsp;</TD></TR></TABLE>
</TD></TR></TABLE><DIV id=copyright>Copyright &copy; 2005-2007 D-Link Systems, Inc.</DIV></DIV>
</TR></TD></TABLE>
</DIV>
	</form>
</BLOCKQUOTE>
</body>

</html>

