this is the form of my website:
<form name="form2" id="form2" action="login.php" method="post">
<fieldset >
<legend >sign in :</legend >
Username:<input type="text" size="40" name="username"
class="auto-clear" title="Username">
<p />
Email: <input id="email" name="email" type="email"
oninput="setText()" size="40" ><br>
<br>
password:<input type="password" size="40" name="pass" >
<p />
<input type="submit" name="signup" id="ok-btn" value="sign up"
height:200px font-size:14pt disabled >
</fieldset>
</form>
how to enable the submit button only after i fill all details???