Calling JSp function from a JavaScript function
843834Sep 26 2003 — edited Sep 29 2003Hi.
I have a JSP file that displays information from a database. This information is displayed as menus. When I mouseover on those menus, the JSP should again access someother information from database and output it as a popup item.
My understanding is that I have to use the "onmouseover" method of the menubar in javascript.This method should inturn call my JSP function that accesses the database.
Can anyone please tell me how to call a JSP function from a JavaScript function?
Thanks in advance.