Forum Moderators: open

Message Too Old, No Replies

Need help with tab click tracking

         

montrealer

7:24 pm on Oct 27, 2007 (gmt 0)

10+ Year Member



Hi,

I have a page using Javascript tab and hidden layer. When user click one tab, the hidden layer will show. Now I'd like to track which tab the users click most. Is there a way that I can use Javascript to do that?

Thanks very very much!

Dabrowski

10:32 pm on Oct 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's difficult. Personally, I would use AJAX to pull in the contents of the tab. That contents would include an image, or something which executes a script on the server. This script would record the hit.

It's quite long winded but will work well if you need the tracking.