I wonder if someone can help me with this? My submit button won't work.
Here is the link: http://harri-zone.vndv.com/signup/signin.html.
And here is the code:
---------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>harri-zone | Login</title>
<meta name="GENERATOR" content="Evrsoft First Page">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>
<body alink="#FF0000" link="#0000FF" bgcolor="#FFFFFF" text="#000000" vlink="#800080">
<form method="post" action="loginck.php">
<div align="center">
<font color="#999999" size="2" face="Verdana">Login</font>
</div>
<center>
<hr style="WIDTH: 26.26%; HEIGHT: 2px" size="2" width="26.26%">
</center>
<center>
<font size="2"><font face="Verdana">Username</font></font>
</center>
<center>
<input class="bginput" name="userid">
</center>
</form>
<center>
<font size="2" face="Verdana">Password</font>
</center>
<center>
<input class="bginput" type="password" name="password">
</center>
<center>
</center>
---------------
I'm confused . 
|