Jump to content
  • 0

При наведение на форму,она выводится в текстовое поле!


upward
 Share

Question

Помогите плиз, уже который день ломаю голову :dash:

1)Написать script, в результате работы которого при попадании курсора мыши на элемент списка формы(текст или поля ввода), в созданном текстовом: в это текстовое поле( Вы выбираете:

<textarea name="m2" cols=35 rows=4></textarea>) поле появляется соответствующее сообщение.

вот я набросал код,но он не работает <_<

var id1 = document.getElementById("id1"), id2 = document.getElementById("id2"); // обращение к первому и второму div-ам по идентификатору

id1.onmouseover = function () { // событие (функция) по наведению мыши на первый div

id2.innerHTML = "заданный <b>html</b> код"; // innerHTML задает html-код (в данном случае второму div-у)

}

id1.onmouseout = function () { // событие по уходу с элемента мыши

id2.innerHTML = ""; // убираем текст со второго div-a

}

_______

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

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