Hello,
hopefully somebody can help me.
In my homepage I would like to install a picture gallery (small pictures).
If the user places the mouse over a picture, by using the event handler MouseOver in JavaScript, the picture is resized.
In order to generate a kind of hit list for the pictures (which picture is most interesting) , I would like to count up all MouseOver Events related to the pictures respectively.
Is it possible to generate a counter for this?
Do anybody has an idea for the problem?
Thank you in advance.
Sincerely
Ernst Lindner
hopefully somebody can help me.
In my homepage I would like to install a picture gallery (small pictures).
If the user places the mouse over a picture, by using the event handler MouseOver in JavaScript, the picture is resized.
In order to generate a kind of hit list for the pictures (which picture is most interesting) , I would like to count up all MouseOver Events related to the pictures respectively.
Is it possible to generate a counter for this?
Do anybody has an idea for the problem?
Thank you in advance.
Sincerely
Ernst Lindner
Comment