KillMeUp
02-07-2007, 11:03 PM
Hi ALL!
I have page with those key-word ads on it. For example:
"And then reboot your SQL Server and relogin to see the changes"
When you mouse over "SQL Server" you see a pop-up add from an advertiser that does SQL Server performance tuning.
At any rate: When you click the add, my javascript catches and adds +1 to the count of the number of clicks before it open the advertiser's webpage.
This way I can keep track of the number of times it is clicked.
***All this is pretty standard and easily done***
But my curiosity wants me to count the number of times the mouse hover over the word, which I'll compare to the number of clicks (ie: 1080 hovers vs 13 clicks) to get a percentage of mouseovers vs mouseclicks.
Does anyone know the code I can use to do this? Is this possible? Are there any performance issues inherit with this type of javascript that will be getting called ALOT without being able to move to a new page (hence my existing cgi-bin perl script I call for click-counts won't work)
THANKS for any and all help!!!!!!!:D
I have page with those key-word ads on it. For example:
"And then reboot your SQL Server and relogin to see the changes"
When you mouse over "SQL Server" you see a pop-up add from an advertiser that does SQL Server performance tuning.
At any rate: When you click the add, my javascript catches and adds +1 to the count of the number of clicks before it open the advertiser's webpage.
This way I can keep track of the number of times it is clicked.
***All this is pretty standard and easily done***
But my curiosity wants me to count the number of times the mouse hover over the word, which I'll compare to the number of clicks (ie: 1080 hovers vs 13 clicks) to get a percentage of mouseovers vs mouseclicks.
Does anyone know the code I can use to do this? Is this possible? Are there any performance issues inherit with this type of javascript that will be getting called ALOT without being able to move to a new page (hence my existing cgi-bin perl script I call for click-counts won't work)
THANKS for any and all help!!!!!!!:D