Jump to content
  • 0

Проблемы при создании всплывающего окна!


CnaM
 Share

Question

7 answers to this question

Recommended Posts

  • 0

А где у вас элемент с идентификатором wind? Если в нижнем фрейме, то он оттуда никуда не денется.

Попробуйте вместо document.getElementById('wind').style.display='block'; использовать метод open объекта window

Завязывайте с фреймами - это устаревшая технология.

Link to comment
Share on other sites

  • 0

Я понимаю но чат так устроен :)...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>

вот мой код подскажите что да и как!

Link to comment
Share on other sites

  • 0

Есть 2 варианта.

Попробуйте вместо document.getElementById('wind').style.display='block'; использовать метод open объекта window - это я уже говорил.

Используйте вместо фреймов единую страничку с iframe, в котором будет чат.

Edited by Searcher
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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