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...