//в настройках. var floodYet; ... // там где выводится антифлуд if (msg==oldmsg) { if (floodYet) { return false } else { floodYet = window.setTimeOut(function() {}, 3000); //выводим сообщение } }
<form action="http://chat.mpchat.com/index.php" method="post"> <input type="text" name="nick"> <input type="password" name="pass"> <button type="submit">Go</button> </form>