This topic is locked

OnMouseOver event, how do I get field/record value

11/7/2007 12:40:20 PM
PHPRunner General questions
F
Fawaz author

I need to use OnMouseOver event in javascript, but I don't know how can I get field value?
Any hint?
Thanks

Fawaz

C
chaz 11/7/2007

i think it comes from the "list" data

Sergey Kornilov admin 11/8/2007

Fawaz,
I guess you need to explain what you trying to achieve.

F
Fawaz author 11/8/2007

Fawaz,

I guess you need to explain what you trying to achieve.


Sergey,

you see this?

Instead of displaying random text in the tootip, I want to display a value of a field.
I got it working, but it seems the javascript function is storing the last value of the field, rather than a value for each record.

Is there a way to store list of values in the javascript. so that when the user is hovering on the matched record the tooltip will display the matched value?
Thanks

Fawaz

A
acpan 11/11/2007

Hi Fawaz,
Please check this link. http://www.dhtmlgoodies.com/scripts/ajax-c...ent-lookup.html

I wish to do the same and trying to understand this including giles post from the tricks and tips forum but

it's beyond me to proceed, i am still learning from begining.
Please try it out and if you are sucessful implementing it, appreciate if you can post it here for our reference.
Thanks

Dex



Sergey,

you see this?

Instead of displaying random text in the tootip, I want to display a value of a field.
I got it working, but it seems the javascript function is storing the last value of the field, rather than a value for each record.

Is there a way to store list of values in the javascript. so that when the user is hovering on the matched record the tooltip will display the matched value?
Thanks

Fawaz