All pastes #2131642 Raw Edit

Untitled

public html v1 · immutable
#2131642 ·published 2012-03-23 13:28 UTC
rendered paste body
<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>