<form method=post name=gochat action=index.php> <script> if(typeof(i_aidn)=="undefined") alert("Ошибка: Установите скрипт информера в начало документа!"); if(i_aidn) document.write("<input type=hidden name=i_aidn value="+i_aidn+">"); if(mynick && myid) document.write("<input type=hidden name=nick value='"+mynick+"'><input type=hidden name=id value='"+myid+"'><b>"+mynick+"</b> <a href=?cookie_off=1>выйти?</a><br><br>"); else { document.write("Логин: <a href=index.php?inc=reg target=iframe>регистрация</a><br><input name=nick type=text class=text><br>"); document.write("Пароль: <a href=index.php?inc=mail target=iframe>выслать</a><br><input name=pass type=password class=text><br>"); document.write("<input type=checkbox name=cookie_on> - запомнить<br>"); } </script> <input type=submit value=' Войти в чат ' class=ok> </form>