
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