Я понимаю но чат так устроен ...VOC++....хм а по подробней можно? <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=cp-1251"> <link rel="stylesheet" href="smyle.css" type="text/css"> </head> <body> <div id="wind"> содержимое всплывающего блока. <br /> <button type="button" value="закрыть" onclick="document.getElementById('wind').style.display='none'; return false;"> закрыть</button> </div> <input type="button" class=input_button value="Смайлы" onclick="document.getElementById('wind').style.display='block'; return false;"> </body> </html> вот мой код подскажите что да и как!