Help with PopUp message on MouseOver 
Author Message
 Help with PopUp message on MouseOver

How do I solve this problem ?

I have som text properbly in a <TextArea> and a single word in this text
should refer to another helptext.

So - if the user takes the mouse over this word, a popup message should
appear !

Could someone help me out here - please????

aikon




Mon, 13 May 2002 03:00:00 GMT  
 Help with PopUp message on MouseOver
howdy--

'properbly' better make it easy on yourself and have that text in something other than an input element.

It's pretty hard to attach onmouseover events to moving targets like a string in the value of the textarea.

It's not impossible, but probably not worth the trouble.  Save popups for something you can give an id to so you can script the
events it can fire.  Or set the title attribute, which is usually plenty adequate.

T

Quote:

> How do I solve this problem ?

> I have som text properbly in a <TextArea> and a single word in this text
> should refer to another helptext.

> So - if the user takes the mouse over this word, a popup message should
> appear !

> Could someone help me out here - please????

> aikon





Fri, 28 Jun 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Mouseover popup

2. Mouseover popup

3. HOW: popup message when mouse over a text link

4. Alert Message popup over all open applications

5. Popup Message Box

6. Beep before popup message

7. Message Popup while a line of code is executing

8. Popup Messages

9. Popup Logon Message

10. Sending a popup message to a PC on the network

11. Help needed - mouseover text

12. mouseovers - Error: main1 and main2 not defined --Help Please

 

 
Powered by phpBB® Forum Software