Untitled
public html v1 · immutable<script type="text/javascript">window.onload = function(){ document.forms[0].onsubmit = function(){ if(this.elements[0].value == 4) return true; return false; };};</script><form action="" method="post"> <input type="text" /> <input type="submit" value="ok" /> 2+2 = ?</form>