<html> <head> </style> </head> <body> <form> <input id="i"> <button id="b">push</button> </form> <script> b.onclick=function(){ if(i.value!=="foo") return false } </script> </body> </html>