<tr><td class=title>Авторизация</td></tr> <tr><td> <form method=post name=gochat action=index.php> <script> 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("<br><a href=index.php?inc=reg target=iframe>Регистрация</a><br><br> Ваш ник: <br><input name=nick type=text class=text><br>"); document.write("Ваш пароль: <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><br><br>Забыли пароль? <a href=index.php?inc=mail target=iframe>Выслать.</a> </form> </td></tr>