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 java class with javascript

843838Jan 14 2007 — edited Jan 14 2007
hi all,
i hope im in the right forum... i have a question, how can i call a java method using javascript...
I will delete a row in a table and i would like to delete the object in the database as well without refreshing the page...
 var tbody = document.getElementById(id).getElementsByTagName("TBODY")[0]; tbody.deleteRow(i); 
Thanks in advance...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2007
Added on Jan 14 2007
4 comments
138 views