I try to explain my problem a little better then last time , my A href only fires when im over the actuel text "my href text", i want to fire my A href i the whole div element, is this possible ?
Just like the answer in the last post, you need to put the event handler on the div. SO somehow you need to programmatically or manually add the event handler.
Eric
Frank Jacobsen
Ranch Hand
Joined: May 17, 2002
Posts: 335
posted
0
I dident get an answer on my last post ! But i dident understand the answer:
you need to put the event handler on the div !
I have tryed with an mouse over on the div element, its that what you mean, i have tried to make :
<div onmoouseover="do something"> <div> < a href "do my href"> </div> </div>
But there is no mouse over on the whole div, only on the tekst, so where else can i put it ?
Thanks thats helped me a lot, im only have one problem know, my o nmouseover with the a href have a "hand" when i put the courser in the area where the text is , but the rest off the td i call okay my javasctipt onclick, but there is no hand, is it possible to solve that problem too ?