Is it possible to call one of my JSP methods from a Javascript Onclick event?
I don't want my user to leave the current page. I need the javascript to call the method, which then runs the SQL update to increment in the database. I read somewhere I could use a hidden Iframe to accomplish this as well...