Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling JSp function from a JavaScript function

843834Sep 26 2003 — edited Sep 29 2003
Hi.
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2003
Added on Sep 26 2003
1 comment
589 views