Jump to content

CnaM

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by CnaM

  1. Да он в нижнем фрэйме ...! а как зделать чтоб вот у меня была кнопка на открытие в нижнем фрэйме а чтоб окошко выходило в главном фрэйме?
  2. Я понимаю но чат так устроен ...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> вот мой код подскажите что да и как!
  3. Хм...спасибо но у меня не через тег <a> у меня так <input type="button" class=input_button value="Смайлы" onclick="document.getElementById('wind').style.display='block'; return false;"> как тут быть?
  4. У меня вот такие вопросы Помогите их решить!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy