Detail Menu Logging

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kldennis
Beginner
Beginner
Posts: 1
Joined: Tue Jan 20, 2004 5:45 pm

Detail Menu Logging

Post by kldennis »

Is there a way to configure the MMenu to log (server logs) what menu/submenu a user selects? Right now, the server only reports access to the .js files:

207.x.x.x - - [20/Jan/2004:10:46:25 -0600] "GET /java/milonic_src.js HTTP/1.0" 304 - "http://www.somedomaing.com/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Since the menu's javascript is client-side, I don't see any way to do this directly. the server logs should at least register what pages were visited as a result of the menu's use, but that would be mixed in with the hits resultig from other navigation options. I suppose you could put togetheryour own functions to count instances when each menu is opened, etc. then save the info in your own database.

Kevin
Post Reply