how to call a servlet in javascript

lolkaykay

New Member
I need to use java to update the last time a user hovered over a particular area on the website. I know I have to do an onmouseover on that portion, for example the whole body of the site, that calls a javascript function which then calls a java servlet that gets the time that the servlet was called and attaches that timestamp to a java bean. Does anybody know how to do any of this?
 
Top